mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-13 05:01:08 +01:00
Remove explorer when empty (#175132)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user