We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aced932 commit 31498edCopy full SHA for 31498ed
package.json
@@ -15900,8 +15900,8 @@
15900
},
15901
{
15902
"command": "gitlens.openComparisonOnRemote",
15903
- "when": "!listMultiSelection && viewItem =~ /gitlens:compare:(branch\\b(?=.*?\\b\\+comparing\\b)|results(?!:))/",
15904
- "group": "2_gitlens_quickopen@1 && gitlens:repos:withRemotes"
+ "when": "!listMultiSelection && gitlens:repos:withRemotes && viewItem =~ /gitlens:compare:(branch\\b(?=.*?\\b\\+comparing\\b)|results(?!:))/",
+ "group": "2_gitlens_quickopen@1"
15905
15906
15907
"command": "gitlens.views.openDirectoryDiff",
0 commit comments