|
7111 | 7111 | "group": "navigation@99" |
7112 | 7112 | }, |
7113 | 7113 | { |
7114 | | - "command": "gitlens.views.contributors.setFilesLayoutToAuto", |
7115 | | - "when": "view =~ /^gitlens\\.views\\.contributors/ && config.gitlens.views.contributors.files.layout == tree", |
| 7114 | + "command": "gitlens.views.contributors.setShowAllBranchesOn", |
| 7115 | + "when": "view =~ /^gitlens\\.views\\.contributors/ && !config.gitlens.views.contributors.showAllBranches", |
7116 | 7116 | "group": "3_gitlens@0" |
7117 | 7117 | }, |
7118 | 7118 | { |
7119 | | - "command": "gitlens.views.contributors.setFilesLayoutToList", |
7120 | | - "when": "view =~ /^gitlens\\.views\\.contributors/ && config.gitlens.views.contributors.files.layout == auto", |
| 7119 | + "command": "gitlens.views.contributors.setShowAllBranchesOff", |
| 7120 | + "when": "view =~ /^gitlens\\.views\\.contributors/ && config.gitlens.views.contributors.showAllBranches", |
7121 | 7121 | "group": "3_gitlens@0" |
7122 | 7122 | }, |
7123 | 7123 | { |
7124 | | - "command": "gitlens.views.contributors.setFilesLayoutToTree", |
7125 | | - "when": "view =~ /^gitlens\\.views\\.contributors/ && config.gitlens.views.contributors.files.layout == list", |
7126 | | - "group": "3_gitlens@0" |
| 7124 | + "command": "gitlens.views.contributors.setFilesLayoutToAuto", |
| 7125 | + "when": "view =~ /^gitlens\\.views\\.contributors/ && config.gitlens.views.contributors.files.layout == tree", |
| 7126 | + "group": "3_gitlens@1" |
7127 | 7127 | }, |
7128 | 7128 | { |
7129 | | - "command": "gitlens.views.contributors.setShowAllBranchesOn", |
7130 | | - "when": "view =~ /^gitlens\\.views\\.contributors/ && !config.gitlens.views.contributors.showAllBranches", |
| 7129 | + "command": "gitlens.views.contributors.setFilesLayoutToList", |
| 7130 | + "when": "view =~ /^gitlens\\.views\\.contributors/ && config.gitlens.views.contributors.files.layout == auto", |
7131 | 7131 | "group": "3_gitlens@1" |
7132 | 7132 | }, |
7133 | 7133 | { |
7134 | | - "command": "gitlens.views.contributors.setShowAllBranchesOff", |
7135 | | - "when": "view =~ /^gitlens\\.views\\.contributors/ && config.gitlens.views.contributors.showAllBranches", |
| 7134 | + "command": "gitlens.views.contributors.setFilesLayoutToTree", |
| 7135 | + "when": "view =~ /^gitlens\\.views\\.contributors/ && config.gitlens.views.contributors.files.layout == list", |
7136 | 7136 | "group": "3_gitlens@1" |
7137 | 7137 | }, |
7138 | 7138 | { |
|
0 commit comments