Reputation: 1082
What is the meaning of different color bars on the right side (scroll bar side) on the visual studio?
Upvotes: 1
Views: 1016
Reputation: 597
Version control markers, do you have your code from a source control repo?
It indicates lines that have changed in your local file, if they are unsaved/saved and if they are new.
Can be depandant on additions to your environment, are you using any plugins (as these can use markers in the GUI) like:
https://visualstudiogallery.msdn.microsoft.com/cf49cf30-2ca6-4ea0-b7cc-6a8e0dadc1a8
Upvotes: 1