File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6402
6402
"menus" : {
6403
6403
"view/item/context" : [
6404
6404
{
6405
- "when" : " viewItem =~ /gitlens:branch\\ b(?!.*?\\ b\\ +( current|checkedout) \\ b)(?!.*?\\ b\\ +closed\\ b)/ && listMultiSelection && !gitlens:hasVirtualFolders && !gitlens:readonly && !gitlens:untrusted" ,
6405
+ "when" : " viewItem =~ /gitlens:branch\\ b(?!.*?\\ b\\ +current\\ b)(?!.*?\\ b\\ +closed\\ b)/ && listMultiSelection && !gitlens:hasVirtualFolders && !gitlens:readonly && !gitlens:untrusted" ,
6406
6406
"group" : " 1_gitlens_actions_2" ,
6407
6407
"order" : 3
6408
6408
}
Original file line number Diff line number Diff line change 15476
15476
},
15477
15477
{
15478
15478
"command": "gitlens.views.deleteBranch.multi",
15479
- "when": "viewItem =~ /gitlens:branch\\b(?!.*?\\b\\+( current|checkedout) \\b)(?!.*?\\b\\+closed\\b)/ && listMultiSelection && !gitlens:hasVirtualFolders && !gitlens:readonly && !gitlens:untrusted",
15479
+ "when": "viewItem =~ /gitlens:branch\\b(?!.*?\\b\\+current\\b)(?!.*?\\b\\+closed\\b)/ && listMultiSelection && !gitlens:hasVirtualFolders && !gitlens:readonly && !gitlens:untrusted",
15480
15480
"group": "1_gitlens_actions_2@3"
15481
15481
},
15482
15482
{
You can’t perform that action at this time.
0 commit comments