Reputation: 477
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:
UPD 21.08.22: the problem was in GitLens, which I removed. Reinstalling GitLens brought back all the items I needed.
Upvotes: 25
Views: 25230
Reputation: 451
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:
Upvotes: 35
Reputation: 71
Go to VSCode Extensions, install the GitLens extension pack. GitLens
Upvotes: 7
Reputation: 477
The problem was in GitLens, which I removed. Reinstalling GitLens brought back all the items I needed.
Upvotes: 9
Reputation: 1512
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.
Upvotes: 1