mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Git - remove the remaining instances of config.multiDiffEditor.experimental.enabled (#283919)
This commit is contained in:
@@ -2092,12 +2092,12 @@
|
||||
},
|
||||
{
|
||||
"command": "git.viewStagedChanges",
|
||||
"when": "scmProvider == git && scmResourceGroup == index && config.multiDiffEditor.experimental.enabled",
|
||||
"when": "scmProvider == git && scmResourceGroup == index",
|
||||
"group": "inline@1"
|
||||
},
|
||||
{
|
||||
"command": "git.viewChanges",
|
||||
"when": "scmProvider == git && scmResourceGroup == workingTree && config.multiDiffEditor.experimental.enabled",
|
||||
"when": "scmProvider == git && scmResourceGroup == workingTree",
|
||||
"group": "inline@1"
|
||||
},
|
||||
{
|
||||
@@ -2152,7 +2152,7 @@
|
||||
},
|
||||
{
|
||||
"command": "git.viewUntrackedChanges",
|
||||
"when": "scmProvider == git && scmResourceGroup == untracked && config.multiDiffEditor.experimental.enabled",
|
||||
"when": "scmProvider == git && scmResourceGroup == untracked",
|
||||
"group": "inline@1"
|
||||
},
|
||||
{
|
||||
@@ -2711,7 +2711,7 @@
|
||||
{
|
||||
"command": "git.timeline.viewCommit",
|
||||
"group": "inline",
|
||||
"when": "config.git.enabled && !git.missing && timelineItem =~ /git:file:commit\\b/ && !listMultiSelection && config.multiDiffEditor.experimental.enabled"
|
||||
"when": "config.git.enabled && !git.missing && timelineItem =~ /git:file:commit\\b/ && !listMultiSelection"
|
||||
},
|
||||
{
|
||||
"command": "git.timeline.openDiff",
|
||||
@@ -2721,7 +2721,7 @@
|
||||
{
|
||||
"command": "git.timeline.viewCommit",
|
||||
"group": "1_actions@2",
|
||||
"when": "config.git.enabled && !git.missing && timelineItem =~ /git:file:commit\\b/ && !listMultiSelection && config.multiDiffEditor.experimental.enabled"
|
||||
"when": "config.git.enabled && !git.missing && timelineItem =~ /git:file:commit\\b/ && !listMultiSelection"
|
||||
},
|
||||
{
|
||||
"command": "git.timeline.compareWithSelected",
|
||||
@@ -2986,7 +2986,6 @@
|
||||
},
|
||||
{
|
||||
"command": "git.stashView",
|
||||
"when": "config.multiDiffEditor.experimental.enabled",
|
||||
"group": "5_preview@1"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user