mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
SCM - history item group context menu (#203712)
This commit is contained in:
@@ -1857,6 +1857,18 @@
|
||||
"when": "scmProvider == git"
|
||||
}
|
||||
],
|
||||
"scm/incomingChanges/context": [
|
||||
{
|
||||
"command": "git.fetchRef",
|
||||
"group": "1_modification@1",
|
||||
"when": "scmProvider == git"
|
||||
},
|
||||
{
|
||||
"command": "git.pullRef",
|
||||
"group": "1_modification@2",
|
||||
"when": "scmProvider == git"
|
||||
}
|
||||
],
|
||||
"scm/incomingChanges/allChanges/context": [
|
||||
{
|
||||
"command": "git.viewAllChanges",
|
||||
@@ -1878,6 +1890,13 @@
|
||||
"when": "scmProvider == git"
|
||||
}
|
||||
],
|
||||
"scm/outgoingChanges/context": [
|
||||
{
|
||||
"command": "git.pushRef",
|
||||
"group": "1_modification@1",
|
||||
"when": "scmProvider == git"
|
||||
}
|
||||
],
|
||||
"scm/outgoingChanges/allChanges/context": [
|
||||
{
|
||||
"command": "git.viewAllChanges",
|
||||
|
||||
Reference in New Issue
Block a user