Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is in Visual Studio Code a "compare with unmodified" option? (like in VS)

In Visual Studio classic, when you right-click a modified file under version control (Git) in Solution Explorer, it shows the following:

enter image description here

With the useful option "Compare with unmodified"

There is no such thing in Visual Studio Code's Solution Explorer, you have to go to the Source Control area:

enter image description here

Is there a way to achieve similar functionality in VS Code?

like image 771
CicheR Avatar asked Oct 16 '25 10:10

CicheR


1 Answers

Finally, I got a Visual Studio Code PlugIn:

🔹 GitLens — Git supercharged

It has what I was looking for (and more):

GitLens — Git supercharged

🤓👌

like image 195
CicheR Avatar answered Oct 18 '25 01:10

CicheR