mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 14:31:31 +01:00
move and implement views model to view descriptors model
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user