Git - add commands to toggle git blame editor decoration/status bar item (#238302)

This commit is contained in:
Ladislau Szomoru
2025-01-20 17:58:45 +01:00
committed by GitHub
parent 11b2f94022
commit e5165663d9
3 changed files with 29 additions and 0 deletions

View File

@@ -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": [