Git - update git blame settings (#237187)

pull/219937/merge
Ladislau Szomoru 2025-01-02 16:45:45 +01:00 committed by GitHub
parent ba56ac5291
commit 92bae09f4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 20 deletions

View File

@ -3203,38 +3203,22 @@
"git.blame.editorDecoration.enabled": {
"type": "boolean",
"default": false,
"markdownDescription": "%config.blameEditorDecoration.enabled%",
"scope": "resource",
"tags": [
"experimental"
]
"markdownDescription": "%config.blameEditorDecoration.enabled%"
},
"git.blame.editorDecoration.template": {
"type": "string",
"default": "${subject}, ${authorName} (${authorDateAgo})",
"markdownDescription": "%config.blameEditorDecoration.template%",
"scope": "resource",
"tags": [
"experimental"
]
"markdownDescription": "%config.blameEditorDecoration.template%"
},
"git.blame.statusBarItem.enabled": {
"type": "boolean",
"default": false,
"markdownDescription": "%config.blameStatusBarItem.enabled%",
"scope": "resource",
"tags": [
"experimental"
]
"markdownDescription": "%config.blameStatusBarItem.enabled%"
},
"git.blame.statusBarItem.template": {
"type": "string",
"default": "${authorName} (${authorDateAgo})",
"markdownDescription": "%config.blameStatusBarItem.template%",
"scope": "resource",
"tags": [
"experimental"
]
"markdownDescription": "%config.blameStatusBarItem.template%"
}
}
},