File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14064
14064
},
14065
14065
{
14066
14066
"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)/",
14068
14068
"group": "1_gitlens_action@3"
14069
14069
},
14070
14070
{
15585
15585
},
15586
15586
{
15587
15587
"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)/",
15589
15589
"group": "1_gitlens_action@3"
15590
15590
},
15591
15591
{
You can’t perform that action at this time.
0 commit comments