PowerShell / PowerShellEditorServices

A common platform for PowerShell development support in any editor or application!
MIT License
616 stars 209 forks source link

FYI you can disable this feature with: #2056

Closed TheOriginalPiff closed 11 months ago

TheOriginalPiff commented 11 months ago
          FYI you can disable this feature with:
Import-Module posh-git
$global:GitPromptSettings.WindowTitle = $null

Originally posted by @rkeithhill in https://github.com/PowerShell/PowerShell/issues/19515#issuecomment-1514135087

andyleejordan commented 11 months ago

I don't think you meant to open this here?