Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Highlight changed files in file tree within visual studio code

The Atom editor highlights changed files when they are inside a Git repo like:

enter image description here

In visual studio code however I am unable to get the same behaviour. Does someone know if this is possible?

like image 906
Bas van Dijk Avatar asked Apr 13 '16 11:04

Bas van Dijk


People also ask

How do you stage all changes in VS Code?

After you click on the files you want to stage, Visual Studio Code moves that file from the Changes folder to the Staged Changes folder, that means that now they are in the staging area. If you want to stage all your files at once, click the + button that appears when you hover over the Changes subtitle.


1 Answers

Update October 24, 2017

It turns out the insider version of Visual Studio code now contains git status color in the file tree. The insiders version is available at https://code.visualstudio.com/insiders/

enter image description here

like image 106
Bas van Dijk Avatar answered Sep 21 '22 16:09

Bas van Dijk