diff --git a/src/sql/workbench/parts/dataExplorer/browser/dataExplorerExtensionPoint.ts b/src/sql/workbench/parts/dataExplorer/browser/dataExplorerExtensionPoint.ts index 8753542a29..9b73d891cf 100644 --- a/src/sql/workbench/parts/dataExplorer/browser/dataExplorerExtensionPoint.ts +++ b/src/sql/workbench/parts/dataExplorer/browser/dataExplorerExtensionPoint.ts @@ -19,14 +19,9 @@ import { viewsContainersExtensionPoint } from 'vs/workbench/api/browser/viewsExt import { CustomTreeView } from 'sql/workbench/browser/parts/views/customView'; -export const DataExplorerViewlet = { - DataExplorer: 'dataExplorer' -}; -export const VIEWLET_ID = 'workbench.view.dataExplorer'; +export const VIEWLET_ID = 'workbench.view.connections'; export const VIEW_CONTAINER: ViewContainer = Registry.as(ViewContainerExtensions.ViewContainersRegistry).registerViewContainer(VIEWLET_ID); - - interface IUserFriendlyViewDescriptor { id: string; name: string;