File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 }
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 }
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments