Remove explorer when empty (#175132)

This commit is contained in:
Logan Ramos
2023-02-22 17:16:03 +01:00
committed by GitHub
parent 22c891f6fb
commit 074090c382
@@ -277,6 +277,7 @@ export const VIEW_CONTAINER: ViewContainer = viewContainerRegistry.registerViewC
storageId: 'workbench.explorer.views.state',
icon: explorerViewIcon,
alwaysUseContainerInfo: true,
hideIfEmpty: true,
order: 0,
openCommandActionDescriptor: {
id: VIEWLET_ID,