A7x
A7x

Reputation: 543

How to see file history, stashes etc. on source control panel in VS Code

I would like to see file history, stashes etc. on my source control panel like below image. How is it possible? By the way, my system is Mac OS

Currently I see only Changes Section

enter image description here

Image Reference

Upvotes: 10

Views: 6052

Answers (2)

A7x
A7x

Reputation: 543

Installing Git Lens extension in VS Code worked for me.

Upvotes: 9

carlfriedrich
carlfriedrich

Reputation: 4093

Right-click on the top level headline (should be "Source Control" for the Changes section). This will show a menu from which all the displayed sections can be selected:

enter image description here

Upvotes: 0

Related Questions