Skip to content

Commit dc1cd16

Browse files
committed
Adds delete branch option for worktree branches
1 parent 3802fb5 commit dc1cd16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contributions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6322,7 +6322,7 @@
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
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15249,7 +15249,7 @@
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
{

0 commit comments

Comments
 (0)