Git - remove the remaining instances of config.multiDiffEditor.experimental.enabled (#283919)

This commit is contained in:
Ladislau Szomoru
2025-12-16 22:11:04 +00:00
committed by GitHub
parent db2fe74334
commit 08dffa4a13

View File

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