Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Green and Yellow bar near line numbers [duplicate]

In Visual studio, sometimes the color bars (green, yellow) displayed near to the line numbers.

what is the meaning of the color bars?

like image 268
Jesuraja Avatar asked Dec 07 '22 01:12

Jesuraja


1 Answers

Check Options, Text Editor, General -> Track changes

Track changes

When the code editor is selected, a vertical yellow line appears in the selection margin to mark code that has changed since the file was most recently saved. When you save the changes, the vertical lines become green.

Alternative link: http://msdn.microsoft.com/en-us/library/efc4xwkb.aspx. Open it and search 'Change Tracking'.

like image 153
qxg Avatar answered Jan 20 '23 09:01

qxg