mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Git - Add "Checkout" action to graph (#237734)
This commit is contained in:
@@ -1996,25 +1996,25 @@
|
||||
}
|
||||
],
|
||||
"scm/historyItem/context": [
|
||||
{
|
||||
"command": "git.checkoutRefDetached",
|
||||
"when": "scmProvider == git",
|
||||
"group": "1_checkout@2"
|
||||
},
|
||||
{
|
||||
"command": "git.createTag",
|
||||
"when": "scmProvider == git",
|
||||
"group": "1_create@1"
|
||||
"group": "2_create@1"
|
||||
},
|
||||
{
|
||||
"command": "git.branch",
|
||||
"when": "scmProvider == git",
|
||||
"group": "1_create@2"
|
||||
"group": "2_create@2"
|
||||
},
|
||||
{
|
||||
"command": "git.cherryPickRef",
|
||||
"when": "scmProvider == git",
|
||||
"group": "2_modify@1"
|
||||
},
|
||||
{
|
||||
"command": "git.checkoutRefDetached",
|
||||
"when": "scmProvider == git",
|
||||
"group": "2_modify@2"
|
||||
"group": "3_modify@1"
|
||||
},
|
||||
{
|
||||
"command": "git.copyCommitId",
|
||||
@@ -2027,7 +2027,13 @@
|
||||
"group": "9_copy@2"
|
||||
}
|
||||
],
|
||||
"scm/historyItemRef/context": [],
|
||||
"scm/historyItemRef/context": [
|
||||
{
|
||||
"command": "git.checkoutRef",
|
||||
"when": "scmProvider == git",
|
||||
"group": "1_checkout@1"
|
||||
}
|
||||
],
|
||||
"editor/title": [
|
||||
{
|
||||
"command": "git.openFile",
|
||||
|
||||
Reference in New Issue
Block a user