Skip to content

Commit 31498ed

Browse files
committed
Fixes incorrect group
1 parent aced932 commit 31498ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15900,8 +15900,8 @@
1590015900
},
1590115901
{
1590215902
"command": "gitlens.openComparisonOnRemote",
15903-
"when": "!listMultiSelection && viewItem =~ /gitlens:compare:(branch\\b(?=.*?\\b\\+comparing\\b)|results(?!:))/",
15904-
"group": "2_gitlens_quickopen@1 && gitlens:repos:withRemotes"
15903+
"when": "!listMultiSelection && gitlens:repos:withRemotes && viewItem =~ /gitlens:compare:(branch\\b(?=.*?\\b\\+comparing\\b)|results(?!:))/",
15904+
"group": "2_gitlens_quickopen@1"
1590515905
},
1590615906
{
1590715907
"command": "gitlens.views.openDirectoryDiff",

0 commit comments

Comments
 (0)