fix icon for dataexplorer (#8769)

This commit is contained in:
Anthony Dresser
2019-12-23 12:15:46 -08:00
committed by GitHub
parent 4293d53e79
commit 5bd983e7a3

View File

@@ -159,5 +159,6 @@ export class DataExplorerViewPaneContainer extends ViewPaneContainer {
export const VIEW_CONTAINER = Registry.as<IViewContainersRegistry>(ViewContainerExtensions.ViewContainersRegistry).registerViewContainer({
id: VIEWLET_ID,
name: localize('dataexplorer.name', "Connections"),
ctorDescriptor: { ctor: DataExplorerViewPaneContainer }
ctorDescriptor: { ctor: DataExplorerViewPaneContainer },
icon: 'dataExplorer'
}, ViewContainerLocation.Sidebar);