mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Git - remove codicon from git blame status bar item template setting (#235211)
This commit is contained in:
@@ -3229,7 +3229,7 @@
|
||||
},
|
||||
"git.blame.statusBarItem.template": {
|
||||
"type": "string",
|
||||
"default": "$(git-commit) ${authorName} (${authorDateAgo})",
|
||||
"default": "${authorName} (${authorDateAgo})",
|
||||
"markdownDescription": "%config.blameStatusBarItem.template%",
|
||||
"scope": "resource",
|
||||
"tags": [
|
||||
|
||||
Reference in New Issue
Block a user