Merge pull request #49365 from Microsoft/sandy081/compositebar

Enhance Composite bar
This commit is contained in:
Sandeep Somavarapu
2018-05-07 19:28:11 +02:00
committed by GitHub
9 changed files with 676 additions and 491 deletions

View File

@@ -173,7 +173,8 @@ class ViewsContainersExtensionHandler implements IWorkbenchContribution {
id,
descriptor.title,
cssClass,
order
order,
descriptor.icon
);
viewletRegistry.registerViewlet(viewletDescriptor);