#87246 Introduce name in view container

This commit is contained in:
Sandeep Somavarapu
2019-12-18 21:42:56 +01:00
parent 870eb4165f
commit dbc7fa3c3e
18 changed files with 35 additions and 25 deletions

View File

@@ -313,7 +313,7 @@ class ViewsExtensionHandler implements IWorkbenchContribution {
if (!viewContainer) {
viewContainer = this.viewContainersRegistry.registerViewContainer({ id, hideIfEmpty: true, extensionId }, ViewContainerLocation.Sidebar);
viewContainer = this.viewContainersRegistry.registerViewContainer({ id, hideIfEmpty: true, name: title, extensionId }, ViewContainerLocation.Sidebar);
class CustomViewPaneContainer extends ViewPaneContainer {
constructor(