Skip to content

Commit 5c4f19b

Browse files
committed
Adds expand/collapse to missing nodes
1 parent 15c9063 commit 5c4f19b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

contributions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5520,7 +5520,7 @@
55205520
"menus": {
55215521
"view/item/context": [
55225522
{
5523-
"when": "viewItem =~ /gitlens:(branch|compare|folder|grouping|pseudo:folder|results|search|status|tag)\\b/ && !listMultiSelection",
5523+
"when": "viewItem =~ /gitlens:(branch|commit|compare|contributor|folder|grouping|launchpad:item|pseudo:folder|pullrequest|remote|results|search|stash|status|tag|worktree)\\b/ && !listMultiSelection",
55245524
"group": "9_gitlens",
55255525
"order": 1
55265526
}
@@ -6939,7 +6939,7 @@
69396939
"menus": {
69406940
"view/item/context": [
69416941
{
6942-
"when": "viewItem =~ /gitlens:(branch|compare|folder|grouping|pseudo:folder|results|search|status|tag)\\b/ && !listMultiSelection",
6942+
"when": "viewItem =~ /gitlens:(branch|commit|compare|contributor|folder|grouping|launchpad:item|pseudo:folder|pullrequest|remote|results|search|stash|status|tag|worktree)\\b/ && !listMultiSelection",
69436943
"group": "9_gitlens",
69446944
"order": 2
69456945
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16322,12 +16322,12 @@
1632216322
},
1632316323
{
1632416324
"command": "gitlens.views.collapseNode",
16325-
"when": "viewItem =~ /gitlens:(branch|compare|folder|grouping|pseudo:folder|results|search|status|tag)\\b/ && !listMultiSelection",
16325+
"when": "viewItem =~ /gitlens:(branch|commit|compare|contributor|folder|grouping|launchpad:item|pseudo:folder|pullrequest|remote|results|search|stash|status|tag|worktree)\\b/ && !listMultiSelection",
1632616326
"group": "9_gitlens@1"
1632716327
},
1632816328
{
1632916329
"command": "gitlens.views.expandNode",
16330-
"when": "viewItem =~ /gitlens:(branch|compare|folder|grouping|pseudo:folder|results|search|status|tag)\\b/ && !listMultiSelection",
16330+
"when": "viewItem =~ /gitlens:(branch|commit|compare|contributor|folder|grouping|launchpad:item|pseudo:folder|pullrequest|remote|results|search|stash|status|tag|worktree)\\b/ && !listMultiSelection",
1633116331
"group": "9_gitlens@2"
1633216332
},
1633316333
{

0 commit comments

Comments
 (0)