mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 19:44:25 +01:00
SCM - rename incoming/outgoing menu contribution (#202068)
This commit is contained in:
@@ -1765,14 +1765,14 @@
|
||||
"group": "1_modification@3"
|
||||
}
|
||||
],
|
||||
"scm/incoming/historyItem/context": [
|
||||
"scm/incomingChanges/historyItem/context": [
|
||||
{
|
||||
"command": "git.openCommit",
|
||||
"when": "scmProvider == git && config.multiDiffEditor.experimental.enabled",
|
||||
"group": "inline@1"
|
||||
}
|
||||
],
|
||||
"scm/outgoing/historyItem/context": [
|
||||
"scm/outgoingChanges/historyItem/context": [
|
||||
{
|
||||
"command": "git.openCommit",
|
||||
"when": "scmProvider == git && config.multiDiffEditor.experimental.enabled",
|
||||
|
||||
Reference in New Issue
Block a user