mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
take hideIfEmpty parameter while registering of view containers
This commit is contained in:
@@ -275,7 +275,7 @@ class ViewsExtensionHandler implements IWorkbenchContribution {
|
||||
|
||||
if (!viewContainer) {
|
||||
|
||||
viewContainer = this.viewContainersRegistry.registerViewContainer(id, extensionId);
|
||||
viewContainer = this.viewContainersRegistry.registerViewContainer(id, true, extensionId);
|
||||
|
||||
// Register as viewlet
|
||||
class CustomViewlet extends ViewContainerViewlet {
|
||||
|
||||
Reference in New Issue
Block a user