wisetime-io / vscode-branch-in-window-title

Visual Studio Code extension that shows the current Git branch in the window title
Apache License 2.0
12 stars 6 forks source link

After uninstalling the branch name is still in the window title #18

Open jpweller opened 1 year ago

jpweller commented 1 year ago

I uninstalled the extension after realizing I didn't need it, but the branch name is still in the window title. It does not remove the window title settings updated in the .vscode/settings.json

grafogeum commented 1 year ago

Same

AnrDaemon commented 11 months ago

Unfortunately, in absence of better options, the behavior of the extension is based on direct modification of the relevant workspace setting. To remove the branch name after uninstalling the extension, manually edit (or reset) the window.title setting.

grafogeum commented 11 months ago

already solved by thank for response, it was annoying hopefully now if i forgot there is info here so thanks 👍🏼

joshuaiz commented 8 months ago

Still seeing the branch name in title bar after resetting the window.title setting. What am I missing here?

AnrDaemon commented 8 months ago

Double check that you reset both user and workspace variants.

joshuaiz commented 8 months ago

Thanks for this - got it sorted.