Skip to content

Commit

Permalink
Git - update git blame settings (#237187)
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru authored Jan 2, 2025
1 parent ba56ac5 commit 92bae09
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions extensions/git/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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%"
}
}
},
Expand Down

0 comments on commit 92bae09

Please sign in to comment.