add back order to custom view container

fixes #90232
This commit is contained in:
SteVen Batten
2020-02-07 09:28:41 -08:00
parent 6c8ca3b183
commit 7040f416f7

View File

@@ -314,6 +314,7 @@ class ViewsExtensionHandler implements IWorkbenchContribution {
[id, `${id}.state`, { mergeViewWithContainerWhenSingleView: true }]
),
hideIfEmpty: true,
order,
icon,
}, ViewContainerLocation.Sidebar);