geothachankary
geothachankary

Reputation: 1082

Visual Studio vertical color bars on the right side margin

What is the meaning of different color bars on the right side (scroll bar side) on the visual studio?

enter image description here

Upvotes: 1

Views: 1016

Answers (1)

Richard Tyregrim
Richard Tyregrim

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

Related Questions