SCM - history item group context menu (#203712)

This commit is contained in:
Ladislau Szomoru
2024-01-29 17:27:24 +01:00
committed by GitHub
parent 88f74b7713
commit 837b74c1b4
7 changed files with 61 additions and 3 deletions

View File

@@ -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",