|  | 
| 8215 | 8215 | 				"icon": "$(refresh)", | 
| 8216 | 8216 | 				"enablement": "!gitlens:views:scm:grouped:welcome" | 
| 8217 | 8217 | 			}, | 
|  | 8218 | +			{ | 
|  | 8219 | +				"command": "gitlens.views.scm.grouped.detachAll", | 
|  | 8220 | +				"title": "Detach All Views", | 
|  | 8221 | +				"enablement": "!gitlens:views:scm:grouped:welcome" | 
|  | 8222 | +			}, | 
|  | 8223 | +			{ | 
|  | 8224 | +				"command": "gitlens.views.scm.grouped.regroupAll", | 
|  | 8225 | +				"title": "Regroup All Views", | 
|  | 8226 | +				"enablement": "!gitlens:views:scm:grouped:welcome" | 
|  | 8227 | +			}, | 
| 8218 | 8228 | 			{ | 
| 8219 | 8229 | 				"command": "gitlens.views.scm.grouped.branches", | 
| 8220 | 8230 | 				"title": "Branches", | 
|  | 
| 11992 | 12002 | 					"command": "gitlens.views.scm.grouped.refresh", | 
| 11993 | 12003 | 					"when": "false" | 
| 11994 | 12004 | 				}, | 
|  | 12005 | +				{ | 
|  | 12006 | +					"command": "gitlens.views.scm.grouped.detachAll", | 
|  | 12007 | +					"when": "false" | 
|  | 12008 | +				}, | 
|  | 12009 | +				{ | 
|  | 12010 | +					"command": "gitlens.views.scm.grouped.regroupAll", | 
|  | 12011 | +					"when": "false" | 
|  | 12012 | +				}, | 
| 11995 | 12013 | 				{ | 
| 11996 | 12014 | 					"command": "gitlens.views.scm.grouped.branches", | 
| 11997 | 12015 | 					"when": "false" | 
|  | 
| 14057 | 14075 | 					"when": "view == gitlens.views.scm.grouped && config.gitlens.views.scm.grouped.views.commits && gitlens:views:scm:grouped:view == commits && !gitlens:views:scm:grouped:welcome", | 
| 14058 | 14076 | 					"group": "navigation@1" | 
| 14059 | 14077 | 				}, | 
|  | 14078 | +				{ | 
|  | 14079 | +					"command": "gitlens.views.scm.grouped.commits.detach", | 
|  | 14080 | +					"when": "view == gitlens.views.scm.grouped && config.gitlens.views.scm.grouped.views.commits", | 
|  | 14081 | +					"group": "2_gitlens@1" | 
|  | 14082 | +				}, | 
| 14060 | 14083 | 				{ | 
| 14061 | 14084 | 					"command": "gitlens.views.scm.grouped.commits.regroup", | 
| 14062 | 14085 | 					"when": "view == gitlens.views.scm.grouped && !config.gitlens.views.scm.grouped.views.commits", | 
|  | 
| 14073 | 14096 | 					"when": "view == gitlens.views.scm.grouped && config.gitlens.views.scm.grouped.views.branches && gitlens:views:scm:grouped:view == branches && !gitlens:views:scm:grouped:welcome", | 
| 14074 | 14097 | 					"group": "navigation@2" | 
| 14075 | 14098 | 				}, | 
|  | 14099 | +				{ | 
|  | 14100 | +					"command": "gitlens.views.scm.grouped.branches.detach", | 
|  | 14101 | +					"when": "view == gitlens.views.scm.grouped && config.gitlens.views.scm.grouped.views.branches", | 
|  | 14102 | +					"group": "2_gitlens@2" | 
|  | 14103 | +				}, | 
| 14076 | 14104 | 				{ | 
| 14077 | 14105 | 					"command": "gitlens.views.scm.grouped.branches.regroup", | 
| 14078 | 14106 | 					"when": "view == gitlens.views.scm.grouped && !config.gitlens.views.scm.grouped.views.branches", | 
|  | 
| 14089 | 14117 | 					"when": "view == gitlens.views.scm.grouped && config.gitlens.views.scm.grouped.views.remotes && gitlens:views:scm:grouped:view == remotes && !gitlens:views:scm:grouped:welcome", | 
| 14090 | 14118 | 					"group": "navigation@3" | 
| 14091 | 14119 | 				}, | 
|  | 14120 | +				{ | 
|  | 14121 | +					"command": "gitlens.views.scm.grouped.remotes.detach", | 
|  | 14122 | +					"when": "view == gitlens.views.scm.grouped && config.gitlens.views.scm.grouped.views.remotes", | 
|  | 14123 | +					"group": "2_gitlens@3" | 
|  | 14124 | +				}, | 
| 14092 | 14125 | 				{ | 
| 14093 | 14126 | 					"command": "gitlens.views.scm.grouped.remotes.regroup", | 
| 14094 | 14127 | 					"when": "view == gitlens.views.scm.grouped && !config.gitlens.views.scm.grouped.views.remotes", | 
|  | 
| 14105 | 14138 | 					"when": "!gitlens:hasVirtualFolders && view == gitlens.views.scm.grouped && config.gitlens.views.scm.grouped.views.stashes && gitlens:views:scm:grouped:view == stashes && !gitlens:views:scm:grouped:welcome", | 
| 14106 | 14139 | 					"group": "navigation@4" | 
| 14107 | 14140 | 				}, | 
|  | 14141 | +				{ | 
|  | 14142 | +					"command": "gitlens.views.scm.grouped.stashes.detach", | 
|  | 14143 | +					"when": "view == gitlens.views.scm.grouped && config.gitlens.views.scm.grouped.views.stashes", | 
|  | 14144 | +					"group": "2_gitlens@4" | 
|  | 14145 | +				}, | 
| 14108 | 14146 | 				{ | 
| 14109 | 14147 | 					"command": "gitlens.views.scm.grouped.stashes.regroup", | 
| 14110 | 14148 | 					"when": "!gitlens:hasVirtualFolders && view == gitlens.views.scm.grouped && !config.gitlens.views.scm.grouped.views.stashes", | 
|  | 
| 14121 | 14159 | 					"when": "view == gitlens.views.scm.grouped && config.gitlens.views.scm.grouped.views.tags && gitlens:views:scm:grouped:view == tags && !gitlens:views:scm:grouped:welcome", | 
| 14122 | 14160 | 					"group": "navigation@5" | 
| 14123 | 14161 | 				}, | 
|  | 14162 | +				{ | 
|  | 14163 | +					"command": "gitlens.views.scm.grouped.tags.detach", | 
|  | 14164 | +					"when": "view == gitlens.views.scm.grouped && config.gitlens.views.scm.grouped.views.tags", | 
|  | 14165 | +					"group": "2_gitlens@5" | 
|  | 14166 | +				}, | 
| 14124 | 14167 | 				{ | 
| 14125 | 14168 | 					"command": "gitlens.views.scm.grouped.tags.regroup", | 
| 14126 | 14169 | 					"when": "view == gitlens.views.scm.grouped && !config.gitlens.views.scm.grouped.views.tags", | 
|  | 
| 14137 | 14180 | 					"when": "!gitlens:hasVirtualFolders && gitlens:plus:enabled && view == gitlens.views.scm.grouped && config.gitlens.views.scm.grouped.views.worktrees && gitlens:views:scm:grouped:view == worktrees && !gitlens:views:scm:grouped:welcome", | 
| 14138 | 14181 | 					"group": "navigation@6" | 
| 14139 | 14182 | 				}, | 
|  | 14183 | +				{ | 
|  | 14184 | +					"command": "gitlens.views.scm.grouped.worktrees.detach", | 
|  | 14185 | +					"when": "!gitlens:hasVirtualFolders && gitlens:plus:enabled && view == gitlens.views.scm.grouped && config.gitlens.views.scm.grouped.views.worktrees", | 
|  | 14186 | +					"group": "2_gitlens@6" | 
|  | 14187 | +				}, | 
| 14140 | 14188 | 				{ | 
| 14141 | 14189 | 					"command": "gitlens.views.scm.grouped.worktrees.regroup", | 
| 14142 | 14190 | 					"when": "!gitlens:hasVirtualFolders && gitlens:plus:enabled && view == gitlens.views.scm.grouped && !config.gitlens.views.scm.grouped.views.worktrees", | 
|  | 
| 14153 | 14201 | 					"when": "view == gitlens.views.scm.grouped && config.gitlens.views.scm.grouped.views.contributors && gitlens:views:scm:grouped:view == contributors && !gitlens:views:scm:grouped:welcome", | 
| 14154 | 14202 | 					"group": "navigation@7" | 
| 14155 | 14203 | 				}, | 
|  | 14204 | +				{ | 
|  | 14205 | +					"command": "gitlens.views.scm.grouped.contributors.detach", | 
|  | 14206 | +					"when": "view == gitlens.views.scm.grouped && config.gitlens.views.scm.grouped.views.contributors", | 
|  | 14207 | +					"group": "2_gitlens@7" | 
|  | 14208 | +				}, | 
| 14156 | 14209 | 				{ | 
| 14157 | 14210 | 					"command": "gitlens.views.scm.grouped.contributors.regroup", | 
| 14158 | 14211 | 					"when": "view == gitlens.views.scm.grouped && !config.gitlens.views.scm.grouped.views.contributors", | 
|  | 
| 14169 | 14222 | 					"when": "view == gitlens.views.scm.grouped && config.gitlens.views.scm.grouped.views.repositories && gitlens:views:scm:grouped:view == repositories && !gitlens:views:scm:grouped:welcome", | 
| 14170 | 14223 | 					"group": "navigation@8" | 
| 14171 | 14224 | 				}, | 
|  | 14225 | +				{ | 
|  | 14226 | +					"command": "gitlens.views.scm.grouped.repositories.detach", | 
|  | 14227 | +					"when": "view == gitlens.views.scm.grouped && config.gitlens.views.scm.grouped.views.repositories", | 
|  | 14228 | +					"group": "2_gitlens@8" | 
|  | 14229 | +				}, | 
| 14172 | 14230 | 				{ | 
| 14173 | 14231 | 					"command": "gitlens.views.scm.grouped.repositories.regroup", | 
| 14174 | 14232 | 					"when": "view == gitlens.views.scm.grouped && !config.gitlens.views.scm.grouped.views.repositories", | 
|  | 
| 14185 | 14243 | 					"when": "view == gitlens.views.scm.grouped && config.gitlens.views.scm.grouped.views.searchAndCompare && gitlens:views:scm:grouped:view == searchAndCompare && !gitlens:views:scm:grouped:welcome", | 
| 14186 | 14244 | 					"group": "navigation@9" | 
| 14187 | 14245 | 				}, | 
|  | 14246 | +				{ | 
|  | 14247 | +					"command": "gitlens.views.scm.grouped.searchAndCompare.detach", | 
|  | 14248 | +					"when": "view == gitlens.views.scm.grouped && config.gitlens.views.scm.grouped.views.searchAndCompare", | 
|  | 14249 | +					"group": "2_gitlens@9" | 
|  | 14250 | +				}, | 
| 14188 | 14251 | 				{ | 
| 14189 | 14252 | 					"command": "gitlens.views.scm.grouped.searchAndCompare.regroup", | 
| 14190 | 14253 | 					"when": "view == gitlens.views.scm.grouped && !config.gitlens.views.scm.grouped.views.searchAndCompare", | 
|  | 
| 14201 | 14264 | 					"when": "view == gitlens.views.scm.grouped && config.gitlens.views.scm.grouped.views.launchpad && gitlens:views:scm:grouped:view == launchpad && !gitlens:views:scm:grouped:welcome", | 
| 14202 | 14265 | 					"group": "navigation@10" | 
| 14203 | 14266 | 				}, | 
|  | 14267 | +				{ | 
|  | 14268 | +					"command": "gitlens.views.scm.grouped.launchpad.detach", | 
|  | 14269 | +					"when": "view == gitlens.views.scm.grouped && config.gitlens.views.scm.grouped.views.launchpad", | 
|  | 14270 | +					"group": "2_gitlens@10" | 
|  | 14271 | +				}, | 
| 14204 | 14272 | 				{ | 
| 14205 | 14273 | 					"command": "gitlens.views.scm.grouped.launchpad.regroup", | 
| 14206 | 14274 | 					"when": "view == gitlens.views.scm.grouped && !config.gitlens.views.scm.grouped.views.launchpad", | 
|  | 
| 14211 | 14279 | 					"when": "view == gitlens.views.scm.grouped", | 
| 14212 | 14280 | 					"group": "navigation@98" | 
| 14213 | 14281 | 				}, | 
|  | 14282 | +				{ | 
|  | 14283 | +					"command": "gitlens.views.scm.grouped.detachAll", | 
|  | 14284 | +					"when": "view == gitlens.views.scm.grouped", | 
|  | 14285 | +					"group": "9_gitlens@98" | 
|  | 14286 | +				}, | 
|  | 14287 | +				{ | 
|  | 14288 | +					"command": "gitlens.views.scm.grouped.regroupAll", | 
|  | 14289 | +					"when": "view == gitlens.views.scm.grouped", | 
|  | 14290 | +					"group": "9_gitlens@99" | 
|  | 14291 | +				}, | 
| 14214 | 14292 | 				{ | 
| 14215 | 14293 | 					"command": "gitlens.views.home.previewFeedback", | 
| 14216 | 14294 | 					"when": "view == gitlens.views.home", | 
|  | 
0 commit comments