You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The margin of the entire file is highlighted in blue as soon as any change is made to the file, even if it's just adding a space. In some files, only parts of the file will be highlighted in blue though I haven't been able to identify a pattern with this.
Hitting backspace and saving the file doesn't get rid of the blue highlight, though CTRL+Z does.
The below example shows a file where it doesn't highlight the whole file as changed (see the scroll bar on the right)
Using the Visual Studio diff tool only highlights those areas as expected. I've tried resetting VS to default settings, reinstalling the extension as well as switching between branches. Any advice on what could be causing this?
Thanks!
The text was updated successfully, but these errors were encountered:
I found out that the issue was only affecting certain branches. The line endings weren't being normalised. It was that the .gitattributes file in those branches had lind endings set to auto hence differences being flagged between the origin and the current file. Thanks for the help.
VS 2017 15.7.4
The margin of the entire file is highlighted in blue as soon as any change is made to the file, even if it's just adding a space. In some files, only parts of the file will be highlighted in blue though I haven't been able to identify a pattern with this.
Hitting backspace and saving the file doesn't get rid of the blue highlight, though CTRL+Z does.
The below example shows a file where it doesn't highlight the whole file as changed (see the scroll bar on the right)
Using the Visual Studio diff tool only highlights those areas as expected. I've tried resetting VS to default settings, reinstalling the extension as well as switching between branches. Any advice on what could be causing this?
Thanks!
The text was updated successfully, but these errors were encountered: