|
13709 | 13709 | "when": "view == gitlens.views.branches", |
13710 | 13710 | "group": "navigation@99" |
13711 | 13711 | }, |
| 13712 | + { |
| 13713 | + "command": "gitlens.views.branches.regroup", |
| 13714 | + "when": "view == gitlens.views.branches", |
| 13715 | + "group": "9_gitlens@0" |
| 13716 | + }, |
13712 | 13717 | { |
13713 | 13718 | "command": "gitlens.views.branches.setFilesLayoutToAuto", |
13714 | 13719 | "when": "view == gitlens.views.branches && config.gitlens.views.branches.files.layout == tree", |
|
13794 | 13799 | "when": "view == gitlens.views.commits", |
13795 | 13800 | "group": "navigation@99" |
13796 | 13801 | }, |
| 13802 | + { |
| 13803 | + "command": "gitlens.views.commits.regroup", |
| 13804 | + "when": "view == gitlens.views.commits", |
| 13805 | + "group": "9_gitlens@0" |
| 13806 | + }, |
13797 | 13807 | { |
13798 | 13808 | "command": "gitlens.views.commits.setCommitsFilterOff", |
13799 | 13809 | "when": "view == gitlens.views.commits && gitlens:views:commits:filtered", |
|
13899 | 13909 | "when": "view == gitlens.views.contributors", |
13900 | 13910 | "group": "navigation@99" |
13901 | 13911 | }, |
| 13912 | + { |
| 13913 | + "command": "gitlens.views.contributors.regroup", |
| 13914 | + "when": "view == gitlens.views.contributors", |
| 13915 | + "group": "9_gitlens@0" |
| 13916 | + }, |
13902 | 13917 | { |
13903 | 13918 | "command": "gitlens.views.contributors.setShowAllBranchesOn", |
13904 | 13919 | "when": "view == gitlens.views.contributors && !config.gitlens.views.contributors.showAllBranches", |
|
14334 | 14349 | "when": "view == gitlens.views.launchpad", |
14335 | 14350 | "group": "navigation@99" |
14336 | 14351 | }, |
| 14352 | + { |
| 14353 | + "command": "gitlens.views.launchpad.regroup", |
| 14354 | + "when": "view == gitlens.views.launchpad", |
| 14355 | + "group": "9_gitlens@0" |
| 14356 | + }, |
14337 | 14357 | { |
14338 | 14358 | "command": "gitlens.views.launchpad.setFilesLayoutToAuto", |
14339 | 14359 | "when": "view == gitlens.views.launchpad && config.gitlens.views.launchpad.files.layout == tree", |
|
14459 | 14479 | "when": "view == gitlens.views.remotes", |
14460 | 14480 | "group": "navigation@99" |
14461 | 14481 | }, |
| 14482 | + { |
| 14483 | + "command": "gitlens.views.remotes.regroup", |
| 14484 | + "when": "view == gitlens.views.remotes", |
| 14485 | + "group": "9_gitlens@0" |
| 14486 | + }, |
14462 | 14487 | { |
14463 | 14488 | "command": "gitlens.views.remotes.setFilesLayoutToAuto", |
14464 | 14489 | "when": "view == gitlens.views.remotes && config.gitlens.views.remotes.files.layout == tree", |
|
14519 | 14544 | "when": "view == gitlens.views.repositories", |
14520 | 14545 | "group": "navigation@99" |
14521 | 14546 | }, |
| 14547 | + { |
| 14548 | + "command": "gitlens.views.repositories.regroup", |
| 14549 | + "when": "view == gitlens.views.repositories", |
| 14550 | + "group": "9_gitlens@0" |
| 14551 | + }, |
14522 | 14552 | { |
14523 | 14553 | "command": "gitlens.views.repositories.setAutoRefreshToOn", |
14524 | 14554 | "when": "view == gitlens.views.repositories && config.gitlens.views.repositories.autoRefresh && !gitlens:views:repositories:autoRefresh", |
|
14579 | 14609 | "when": "view == gitlens.views.searchAndCompare", |
14580 | 14610 | "group": "navigation@99" |
14581 | 14611 | }, |
| 14612 | + { |
| 14613 | + "command": "gitlens.views.searchAndCompare.regroup", |
| 14614 | + "when": "view == gitlens.views.searchAndCompare", |
| 14615 | + "group": "9_gitlens@0" |
| 14616 | + }, |
14582 | 14617 | { |
14583 | 14618 | "command": "gitlens.views.searchAndCompare.setFilesLayoutToAuto", |
14584 | 14619 | "when": "view == gitlens.views.searchAndCompare && config.gitlens.views.searchAndCompare.files.layout == tree", |
|
14639 | 14674 | "when": "view == gitlens.views.stashes", |
14640 | 14675 | "group": "navigation@99" |
14641 | 14676 | }, |
| 14677 | + { |
| 14678 | + "command": "gitlens.views.stashes.regroup", |
| 14679 | + "when": "view == gitlens.views.stashes", |
| 14680 | + "group": "9_gitlens@0" |
| 14681 | + }, |
14642 | 14682 | { |
14643 | 14683 | "command": "gitlens.views.title.createTag", |
14644 | 14684 | "when": "!gitlens:readonly && !gitlens:untrusted && !gitlens:hasVirtualFolders && view == gitlens.views.tags", |
|
14664 | 14704 | "when": "view == gitlens.views.tags", |
14665 | 14705 | "group": "navigation@99" |
14666 | 14706 | }, |
| 14707 | + { |
| 14708 | + "command": "gitlens.views.tags.regroup", |
| 14709 | + "when": "view == gitlens.views.tags", |
| 14710 | + "group": "9_gitlens@0" |
| 14711 | + }, |
14667 | 14712 | { |
14668 | 14713 | "command": "gitlens.views.tags.setFilesLayoutToAuto", |
14669 | 14714 | "when": "view == gitlens.views.tags && config.gitlens.views.tags.files.layout == tree", |
|
14724 | 14769 | "when": "view == gitlens.views.worktrees", |
14725 | 14770 | "group": "navigation@99" |
14726 | 14771 | }, |
| 14772 | + { |
| 14773 | + "command": "gitlens.views.worktrees.regroup", |
| 14774 | + "when": "view == gitlens.views.worktrees", |
| 14775 | + "group": "9_gitlens@0" |
| 14776 | + }, |
14727 | 14777 | { |
14728 | 14778 | "command": "gitlens.views.worktrees.setFilesLayoutToAuto", |
14729 | 14779 | "when": "view == gitlens.views.worktrees && config.gitlens.views.worktrees.files.layout == tree", |
|
0 commit comments