|
13333 | 13333 | }, |
13334 | 13334 | { |
13335 | 13335 | "command": "gitlens.views.openChangedFileDiffsIndividually", |
13336 | | - "when": "config.gitlens.views.openChangesInMultiDiffEditor && config.multiDiffEditor.experimental.enabled", |
| 13336 | + "when": "config.gitlens.views.openChangesInMultiDiffEditor", |
13337 | 13337 | "group": "1_gitlens@2" |
13338 | 13338 | }, |
13339 | 13339 | { |
|
13342 | 13342 | }, |
13343 | 13343 | { |
13344 | 13344 | "command": "gitlens.views.openChangedFileDiffsWithWorkingIndividually", |
13345 | | - "when": "config.gitlens.views.openChangesInMultiDiffEditor && config.multiDiffEditor.experimental.enabled", |
| 13345 | + "when": "config.gitlens.views.openChangesInMultiDiffEditor", |
13346 | 13346 | "group": "1_gitlens@4" |
13347 | 13347 | }, |
13348 | 13348 | { |
|
13866 | 13866 | }, |
13867 | 13867 | { |
13868 | 13868 | "command": "gitlens.graph.openChangedFileDiffsIndividually", |
13869 | | - "when": "config.gitlens.views.openChangesInMultiDiffEditor && config.multiDiffEditor.experimental.enabled", |
| 13869 | + "when": "config.gitlens.views.openChangesInMultiDiffEditor", |
13870 | 13870 | "group": "1_gitlens@2" |
13871 | 13871 | }, |
13872 | 13872 | { |
|
13876 | 13876 | }, |
13877 | 13877 | { |
13878 | 13878 | "command": "gitlens.graph.openChangedFileDiffsWithWorkingIndividually", |
13879 | | - "when": "config.gitlens.views.openChangesInMultiDiffEditor && config.multiDiffEditor.experimental.enabled", |
| 13879 | + "when": "config.gitlens.views.openChangesInMultiDiffEditor", |
13880 | 13880 | "group": "1_gitlens@4" |
13881 | 13881 | }, |
13882 | 13882 | { |
|
15688 | 15688 | }, |
15689 | 15689 | { |
15690 | 15690 | "command": "gitlens.views.openChangedFileDiffs", |
15691 | | - "when": "viewItem =~ /gitlens:(compare:results(?!:)\\b(?!.*?\\b\\+filtered\\b)|commit|stash|results:files|status-branch:files|status:upstream:(ahead|behind))\\b/ && config.gitlens.views.openChangesInMultiDiffEditor && config.multiDiffEditor.experimental.enabled && !listMultiSelection", |
| 15691 | + "when": "viewItem =~ /gitlens:(compare:results(?!:)\\b(?!.*?\\b\\+filtered\\b)|commit|stash|results:files|status-branch:files|status:upstream:(ahead|behind))\\b/ && config.gitlens.views.openChangesInMultiDiffEditor && !listMultiSelection", |
15692 | 15692 | "group": "inline@90", |
15693 | 15693 | "alt": "gitlens.views.openChangedFileDiffsWithWorking" |
15694 | 15694 | }, |
|
16273 | 16273 | }, |
16274 | 16274 | { |
16275 | 16275 | "command": "gitlens.views.openPullRequestChanges", |
16276 | | - "when": "viewItem =~ /gitlens:(pullrequest\\b(?=.*?\\b\\+refs\\b)|launchpad:item\\b(?=.*?\\b\\+pr\\b))/ && config.multiDiffEditor.experimental.enabled", |
| 16276 | + "when": "viewItem =~ /gitlens:(pullrequest\\b(?=.*?\\b\\+refs\\b)|launchpad:item\\b(?=.*?\\b\\+pr\\b))/", |
16277 | 16277 | "group": "inline@2" |
16278 | 16278 | }, |
16279 | 16279 | { |
|
16294 | 16294 | }, |
16295 | 16295 | { |
16296 | 16296 | "command": "gitlens.views.openPullRequestChanges", |
16297 | | - "when": "viewItem =~ /gitlens:(pullrequest\\b(?=.*?\\b\\+refs\\b)|launchpad:item\\b(?=.*?\\b\\+pr\\b))/ && config.multiDiffEditor.experimental.enabled && !listMultiSelection", |
| 16297 | + "when": "viewItem =~ /gitlens:(pullrequest\\b(?=.*?\\b\\+refs\\b)|launchpad:item\\b(?=.*?\\b\\+pr\\b))/ && !listMultiSelection", |
16298 | 16298 | "group": "2_gitlens_quickopen@1" |
16299 | 16299 | }, |
16300 | 16300 | { |
|
18802 | 18802 | }, |
18803 | 18803 | { |
18804 | 18804 | "command": "gitlens.graph.openPullRequestChanges", |
18805 | | - "when": "webviewItem =~ /gitlens:pullrequest\\b(?=.*?\\b\\+refs\\b)/ && config.multiDiffEditor.experimental.enabled", |
| 18805 | + "when": "webviewItem =~ /gitlens:pullrequest\\b(?=.*?\\b\\+refs\\b)/", |
18806 | 18806 | "group": "1_gitlens_actions@1" |
18807 | 18807 | }, |
18808 | 18808 | { |
|
0 commit comments