mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Git - add commands to toggle git blame editor decoration/status bar item (#238302)
This commit is contained in:
@@ -933,6 +933,16 @@
|
||||
"command": "git.copyCommitMessage",
|
||||
"title": "%command.timelineCopyCommitMessage%",
|
||||
"category": "Git"
|
||||
},
|
||||
{
|
||||
"command": "git.blame.toggleEditorDecoration",
|
||||
"title": "%command.blameToggleEditorDecoration%",
|
||||
"category": "Git"
|
||||
},
|
||||
{
|
||||
"command": "git.blame.toggleStatusBarItem",
|
||||
"title": "%command.blameToggleStatusBarItem%",
|
||||
"category": "Git"
|
||||
}
|
||||
],
|
||||
"continueEditSession": [
|
||||
|
||||
Reference in New Issue
Block a user