Bug: "git.blame" settings not work
- Dominant language
- TypeScript
- Stars
- 193k
- Forks
- 42.4k
- PR merge metrics
- PR metrics pending
Description
How to disable inline Git blame information (both inline and hover information), as it’s very annoying and distracting?
------
After disable “git.blame.xxx” and restart vscode, both inline and hover git blame in editor are still enabled.
VS Code Version:
OS Version:
Version: 1.136.1 (user setup)
Commit: a44adf7f53e00964ab890f9f8758a334f1fc15bc
Date: 2026-09-03T05:06:41Z
Electron: 42.10.0
ElectronBuildId: 15109253
Chromium: 148.0.7778.280
Node.js: 24.18.1
V8: 14.8.178.38-electron.0
@github/copilot: 1.0.81-0
@github/copilot-sdk: 1.0.11
OS: Windows_NT x64 10.0.19045
------
Settings:
```
# in user settings.json:
"git.blame.editorDecoration.enabled": false,
"git.blame.editorDecoration.disableHover": true,
"git.blame.statusBarItem.enabled": false
```
Contributor guide
Assessment
This issue has not been assessed yet.