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 63226322 "menus" : {
63236323 "view/item/context" : [
63246324 {
6325- "when" : " viewItem =~ /gitlens:branch\\ b(?!.*?\\ b\\ +( current|checkedout) \\ b)(?!.*?\\ b\\ +closed\\ b)/ && !listMultiSelection && !gitlens:hasVirtualFolders && !gitlens:readonly && !gitlens:untrusted" ,
6325+ "when" : " viewItem =~ /gitlens:branch\\ b(?!.*?\\ b\\ +current\\ b)(?!.*?\\ b\\ +closed\\ b)/ && !listMultiSelection && !gitlens:hasVirtualFolders && !gitlens:readonly && !gitlens:untrusted" ,
63266326 "group" : " 1_gitlens_actions" ,
63276327 "order" : 7
63286328 }
Original file line number Diff line number Diff line change 1524915249 },
1525015250 {
1525115251 "command": "gitlens.views.deleteBranch",
15252- "when": "viewItem =~ /gitlens:branch\\b(?!.*?\\b\\+( current|checkedout) \\b)(?!.*?\\b\\+closed\\b)/ && !listMultiSelection && !gitlens:hasVirtualFolders && !gitlens:readonly && !gitlens:untrusted",
15252+ "when": "viewItem =~ /gitlens:branch\\b(?!.*?\\b\\+current\\b)(?!.*?\\b\\+closed\\b)/ && !listMultiSelection && !gitlens:hasVirtualFolders && !gitlens:readonly && !gitlens:untrusted",
1525315253 "group": "1_gitlens_actions@7"
1525415254 },
1525515255 {
You can’t perform that action at this time.
0 commit comments