move and implement views model to view descriptors model

This commit is contained in:
Sandeep Somavarapu
2020-04-17 19:40:52 +02:00
parent b419aee673
commit f0ab6627c4
24 changed files with 1379 additions and 1324 deletions

View File

@@ -320,7 +320,7 @@ class ViewsExtensionHandler implements IWorkbenchContribution {
name: title, extensionId,
ctorDescriptor: new SyncDescriptor(
ViewPaneContainer,
[id, `${id}.state`, { mergeViewWithContainerWhenSingleView: true }]
[id, { mergeViewWithContainerWhenSingleView: true }]
),
hideIfEmpty: true,
order,