How and where do I disable to colored lines that show on the left side of my code?
TIA
Remove / Disable Colored lines
Michael1775
#1
0 Likes
OdatNurd
#2
Without a screenshot to show what it is you’re actually seeing, this is a shot in the dark but you may want to try turning off this setting:
// Indicate modified lines in the gutter
// - true: Enables modified line indicators on all files
// - "auto": Enables modified line indicators on tracked files within Git
// - false: Disables modified line indicators
"mini_diff": true,
0 Likes
OdatNurd
#4
That is definitely the incremental diff, and the mini_diff
setting I outlined above can be used to turn it off.
The feature itself is documented here: https://www.sublimetext.com/docs/incremental_diff.html
1 Like
Michael1775
#6
Hello, I have the mini diff in the settings as it should be, started a new python file and now I get the attached. If I exit Sublime and come back into the file it’s clean and no lines but as I add lines the colored one’s appear.
0 Likes
Michael1775
#8
I must have changed it not noticed it, went back and made it false.
Thank you
0 Likes