Skip to content

Commit da10e45

Browse files
committed
Adds regroup to ... menu of supported views
1 parent e8d51de commit da10e45

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

package.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13709,6 +13709,11 @@
1370913709
"when": "view == gitlens.views.branches",
1371013710
"group": "navigation@99"
1371113711
},
13712+
{
13713+
"command": "gitlens.views.branches.regroup",
13714+
"when": "view == gitlens.views.branches",
13715+
"group": "9_gitlens@0"
13716+
},
1371213717
{
1371313718
"command": "gitlens.views.branches.setFilesLayoutToAuto",
1371413719
"when": "view == gitlens.views.branches && config.gitlens.views.branches.files.layout == tree",
@@ -13794,6 +13799,11 @@
1379413799
"when": "view == gitlens.views.commits",
1379513800
"group": "navigation@99"
1379613801
},
13802+
{
13803+
"command": "gitlens.views.commits.regroup",
13804+
"when": "view == gitlens.views.commits",
13805+
"group": "9_gitlens@0"
13806+
},
1379713807
{
1379813808
"command": "gitlens.views.commits.setCommitsFilterOff",
1379913809
"when": "view == gitlens.views.commits && gitlens:views:commits:filtered",
@@ -13899,6 +13909,11 @@
1389913909
"when": "view == gitlens.views.contributors",
1390013910
"group": "navigation@99"
1390113911
},
13912+
{
13913+
"command": "gitlens.views.contributors.regroup",
13914+
"when": "view == gitlens.views.contributors",
13915+
"group": "9_gitlens@0"
13916+
},
1390213917
{
1390313918
"command": "gitlens.views.contributors.setShowAllBranchesOn",
1390413919
"when": "view == gitlens.views.contributors && !config.gitlens.views.contributors.showAllBranches",
@@ -14334,6 +14349,11 @@
1433414349
"when": "view == gitlens.views.launchpad",
1433514350
"group": "navigation@99"
1433614351
},
14352+
{
14353+
"command": "gitlens.views.launchpad.regroup",
14354+
"when": "view == gitlens.views.launchpad",
14355+
"group": "9_gitlens@0"
14356+
},
1433714357
{
1433814358
"command": "gitlens.views.launchpad.setFilesLayoutToAuto",
1433914359
"when": "view == gitlens.views.launchpad && config.gitlens.views.launchpad.files.layout == tree",
@@ -14459,6 +14479,11 @@
1445914479
"when": "view == gitlens.views.remotes",
1446014480
"group": "navigation@99"
1446114481
},
14482+
{
14483+
"command": "gitlens.views.remotes.regroup",
14484+
"when": "view == gitlens.views.remotes",
14485+
"group": "9_gitlens@0"
14486+
},
1446214487
{
1446314488
"command": "gitlens.views.remotes.setFilesLayoutToAuto",
1446414489
"when": "view == gitlens.views.remotes && config.gitlens.views.remotes.files.layout == tree",
@@ -14519,6 +14544,11 @@
1451914544
"when": "view == gitlens.views.repositories",
1452014545
"group": "navigation@99"
1452114546
},
14547+
{
14548+
"command": "gitlens.views.repositories.regroup",
14549+
"when": "view == gitlens.views.repositories",
14550+
"group": "9_gitlens@0"
14551+
},
1452214552
{
1452314553
"command": "gitlens.views.repositories.setAutoRefreshToOn",
1452414554
"when": "view == gitlens.views.repositories && config.gitlens.views.repositories.autoRefresh && !gitlens:views:repositories:autoRefresh",
@@ -14579,6 +14609,11 @@
1457914609
"when": "view == gitlens.views.searchAndCompare",
1458014610
"group": "navigation@99"
1458114611
},
14612+
{
14613+
"command": "gitlens.views.searchAndCompare.regroup",
14614+
"when": "view == gitlens.views.searchAndCompare",
14615+
"group": "9_gitlens@0"
14616+
},
1458214617
{
1458314618
"command": "gitlens.views.searchAndCompare.setFilesLayoutToAuto",
1458414619
"when": "view == gitlens.views.searchAndCompare && config.gitlens.views.searchAndCompare.files.layout == tree",
@@ -14639,6 +14674,11 @@
1463914674
"when": "view == gitlens.views.stashes",
1464014675
"group": "navigation@99"
1464114676
},
14677+
{
14678+
"command": "gitlens.views.stashes.regroup",
14679+
"when": "view == gitlens.views.stashes",
14680+
"group": "9_gitlens@0"
14681+
},
1464214682
{
1464314683
"command": "gitlens.views.title.createTag",
1464414684
"when": "!gitlens:readonly && !gitlens:untrusted && !gitlens:hasVirtualFolders && view == gitlens.views.tags",
@@ -14664,6 +14704,11 @@
1466414704
"when": "view == gitlens.views.tags",
1466514705
"group": "navigation@99"
1466614706
},
14707+
{
14708+
"command": "gitlens.views.tags.regroup",
14709+
"when": "view == gitlens.views.tags",
14710+
"group": "9_gitlens@0"
14711+
},
1466714712
{
1466814713
"command": "gitlens.views.tags.setFilesLayoutToAuto",
1466914714
"when": "view == gitlens.views.tags && config.gitlens.views.tags.files.layout == tree",
@@ -14724,6 +14769,11 @@
1472414769
"when": "view == gitlens.views.worktrees",
1472514770
"group": "navigation@99"
1472614771
},
14772+
{
14773+
"command": "gitlens.views.worktrees.regroup",
14774+
"when": "view == gitlens.views.worktrees",
14775+
"group": "9_gitlens@0"
14776+
},
1472714777
{
1472814778
"command": "gitlens.views.worktrees.setFilesLayoutToAuto",
1472914779
"when": "view == gitlens.views.worktrees && config.gitlens.views.worktrees.files.layout == tree",

0 commit comments

Comments
 (0)