VS Code highlight modified lines

Andrew B picture Andrew B · Dec 19, 2016 · Viewed 22.3k times · Source

I am unable to find a setting to enable modified/changed/new lines highlight in editor. Like on this screenshot from the video about angular2 by google.

How to enable modified line hilight?

Vs code modified/changed/new lines highlight

Answer

Paweł Łukasik picture Paweł Łukasik · Dec 19, 2016

This is connected with your file being under revision control. If you have your files in git and open the folder in VS Code. You will see the colors depending on the change you've made.

enter image description here

Check section about Gutter indicators.