Home > database >  VS Code missing Git menus?
VS Code missing Git menus?

Time:10-10

I am trying to view the menus shown in the image below, in particular the stashes menu (I have several stashes pushed):

enter image description here

but all I see is :

enter image description here

CodePudding user response:

Inbuilt git doesn't have these options, you need to install GitLens — Git supercharged extension.

  • Related