PowerShell/PowerShellEditorServices

FYI you can disable this feature with:

TheOriginalPiff opened this issue · 1 comments

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

Originally posted by @rkeithhill in PowerShell/PowerShell#19515 (comment)

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