In Visual Studio, what does the vertical color bar between the line numbers and the code mean?
Sometimes there is green, yellow, or nothing.
In Visual Studio, what does the vertical color bar between the line numbers and
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Nothing means no changes.
Green means saved changes. These will disappear when the file is closed and reopened.
Bright yellow means unsaved changes. These change to green when the file is saved.
Dark yellow means unsaved undos (i.e. you’ve made and edit and then hit Ctrl+Z). These disappear when the file is saved.