mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-22 09:35:37 -05:00
fix icon for dataexplorer (#8769)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user