SCM Graph - Add "Create Tag" action to history item context menu (#228428)

This commit is contained in:
Ladislau Szomoru
2024-09-13 10:17:44 +02:00
committed by GitHub
parent fa28177248
commit 8a9caf323a
6 changed files with 22 additions and 13 deletions

View File

@@ -1943,15 +1943,20 @@
}
],
"scm/historyItem/context": [
{
"command": "git.createTag",
"when": "scmProvider == git",
"group": "1_create@1"
},
{
"command": "git.copyCommitId",
"when": "scmProvider == git && !listMultiSelection",
"group": "1_copy@1"
"group": "9_copy@1"
},
{
"command": "git.copyCommitMessage",
"when": "scmProvider == git && !listMultiSelection",
"group": "1_copy@2"
"group": "9_copy@2"
}
],
"editor/title": [