Skip to content

Feature request: setting to disable gutter diff decorations distinguishing between staged and working dir changes #252067

Open
@studyingegret

Description

@studyingegret

Type: Feature request

After updating, VS Code now shows staged changes with lighter colors and working dir changes with stronger colors.

Screenshot

(Theme: GitHub Dark Default)

However, I find this visually disturbing, because I usually only want to know "that there is a modification/addition/deletion here" and don't really care if a change is "staged or only in working dir". In other words, I usually only care about changes since last commit. (My habit to know if a change is "staged or only in working dir" is to look in the source control panel, accessed through the icon on the sidebar)

I found that it was #60389 that added gutter highlight for staged changes (before that, only working dir changes were highlighted). I would like a setting to let VS Code highlight staged & working dir changes the same way, i.e. to let gutter on line 1 & 7, line 3 & 5 look the same. (That should include drawing the stripes of modified changes in the same direction: currently, staged modifications' stripes are topleft→bottomright(↘), while only in working dir modifications' are topright→bottomleft(↙).)

Version information

Version: 1.102.0-insider (user setup)
Commit: bdc1dd9
Date: 2025-06-20T09:31:30.580Z
Electron: 35.5.1
ElectronBuildId: 11727614
Chromium: 134.0.6998.205
Node.js: 22.15.1
V8: 13.4.114.21-electron.0
OS: Windows_NT x64 10.0.26100

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions