skip to Main Content

With one of the latest updates to the VSСode, the expandable blocks with the list of branches, stesh, local history, etc. disappeared in the version control panel.
And if you right-click on the modified files, there is no stash changes option.

Questions:

  1. How to see blocks with a list of branches, stashes, etc. again.
  2. How to return to the context menu of the modified files the item for working with git stash?

enter image description here

UPD 21.08.22: the problem was in GitLens, which I removed. Reinstalling GitLens brought back all the items I needed.

3

Answers


  1. Chosen as BEST ANSWER

    the problem was in GitLens, which I removed. Reinstalling GitLance brought back all the items I needed.


  2. Latest version of vscode does not hide this. If you want to bring it back, you just need to Right Click on SOURCE CONTROL bar then pick the feature you want to display.

    enter image description here

    Login or Signup to reply.
  3. Go to vs code extensions, install the gitLens extension pack.
    gitLens

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search