mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Add setting to disable blame editor decoration preview on hover
This commit is contained in:
@@ -3838,6 +3838,11 @@
|
||||
"default": "${authorName} (${authorDateAgo})",
|
||||
"markdownDescription": "%config.blameStatusBarItem.template%"
|
||||
},
|
||||
"git.blame.editorDecoration.disablePreview": {
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"markdownDescription": "%config.blameEditorDecoration.disablePreview%"
|
||||
},
|
||||
"git.commitShortHashLength": {
|
||||
"type": "number",
|
||||
"default": 7,
|
||||
|
||||
Reference in New Issue
Block a user