mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
SCM Graph - Add "Create Tag" action to history item context menu (#228428)
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user