Home > OS >  Git Branch name is missing from status bar. How do I get it back?
Git Branch name is missing from status bar. How do I get it back?

Time:06-11

A couple of days ago I was trying to speed up Visual Studio Code by removing some extensions. I think I have removed an extension that would display the Git branch in the bottom left of the status bar.

Does anyone have any idea how to get it back again?

VSCODE screenshot

CodePudding user response:

I don't think there is an extension that controls that. I believe that is just built into Visual Studio Code.

There is however a right click option on the status bar for hiding this:

status bar

Do you accidentally have it hidden? If so, just right click the status bar and select "Source Control" to enable it.

CodePudding user response:

Ok ,
It turns out I had DISABLED Git vscode which comes bundled with vscode. Git extension bundled with vscode

  • Related