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