Home > database >  My VS Code SCM gutter indicator has a bizarre pattern on it suddenly
My VS Code SCM gutter indicator has a bizarre pattern on it suddenly

Time:04-12

My gutter indicators in VS Code (seemingly randomly) switched from a solid color (blue) to patterned (blue with repeating black diagonal lines), a la:

screenshot

I've not found anything here or in my settings that can undo or affect this. Does anyone know how to revert back to a solid color, and/or why this happened and what it means?

CodePudding user response:

See the Release Notes: diff decorations gutter pattern setting

Unselect the Use pattern for the diff decorations in gutter for modified lines. (modified) The default is enabled.

  • Related