Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VSCode: How to see blocks with a list of branches, stashes, etc. again? [duplicate]

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.

like image 773
Nikolay Gromov Avatar asked Aug 31 '25 14:08

Nikolay Gromov


1 Answers

Right click on the ellipsis (the three dots ...) on the GITLENS bar and choose to detach the parts you want to have permanent in the view:

Screenprint of context menu of ellipsis on GITLENS bar

like image 130
Ortwin Avatar answered Oct 14 '25 01:10

Ortwin