Skip to content

Commit 46f1b16

Browse files
Fixes regex
1 parent cfc91d3 commit 46f1b16

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
@@ -14064,7 +14064,7 @@
1406414064
},
1406514065
{
1406614066
"command": "gitlens.views.openInWorktree",
14067-
"when": "!listMultiSelection && !gitlens:hasVirtualFolders && viewItem =~ /gitlens:branch\\b(?!.*?\\b\\+current|closed|worktree\\b)/",
14067+
"when": "!listMultiSelection && !gitlens:hasVirtualFolders && viewItem =~ /gitlens:branch\\b(?!.*?\\b\\+(current|closed|worktree)\\b)/",
1406814068
"group": "1_gitlens_action@3"
1406914069
},
1407014070
{
@@ -15585,7 +15585,7 @@
1558515585
},
1558615586
{
1558715587
"command": "gitlens.graph.openInWorktree",
15588-
"when": "!gitlens:hasVirtualFolders && webviewItem =~ /gitlens:branch\\b(?!.*?\\b\\+current|worktree\\b)/",
15588+
"when": "!gitlens:hasVirtualFolders && webviewItem =~ /gitlens:branch\\b(?!.*?\\b\\+(current|worktree)\\b)/",
1558915589
"group": "1_gitlens_action@3"
1559015590
},
1559115591
{

0 commit comments

Comments
 (0)