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

Viewed 265

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

2 Answers

Installing Git Lens extension in VS Code worked for me.

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

Related