Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
In Vscode they added since may build a Diff decoration menu when right clicking the gutter.
The option enables users to show decorations for staged changes rendered as dark or transparent-looking compared to unstaged changes as an option, instead of not rendering anything at all when staged. (See image below)
in Cursor it seems
editorGutter.addedSecondaryBackground
editorGutter.modifiedSecondaryBackground
editorGutter.deletedSecondaryBackground
exist but are protected and there is no way to enable that option, even though Cursor build is on September.
Steps to Reproduce
Right click gutter, no Diff decorations menu or possibility to enable decoration for staged changes.
Expected Behavior
We should have the same behavior or a way to enable these options
Screenshots / Screen Recordings
Operating System
Windows 10/11
Current Cursor Version (Menu → About Cursor → Copy)
Version: 2.1.26 (user setup)
VSCode Version: 1.105.1
Commit: f628a4761be40b8869ca61a6189cafd14756dff0
Date: 2025-11-24T05:39:06.655Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Windows_NT x64 10.0.26100
Does this stop you from using Cursor
No - Cursor works, but with this issue
