VSCode missing Source Control Icon

Viewed 2237

I don't know how I did this, but the Source Control Icon on the left hand vertical menu of Visual Studio code is missing on my work Mac. On my personal Mac it's still there, so I must have inadvertently done something to remove it from my work Mac.

How can I get the Source Control Icon back?

2 Answers

Right click on the Sidebar Icons, you will see this, enable source control from there

enter image description here

As the screenshot says, the shortcut is CTRL+SHIFT+G G

I lack the requisite reputation, but writes_on has it right.

Oddly there is no menu option, context menu, settings option, or really anything else. I disabled every extension to fix it.

When I right click, as in the initial answer- Source Control does NOT appear.

Significantly- functions of source control are in the Explorer Panel.

Drag that over back to the gutter and its fixed.

Related