mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
revert data explorer id to connections (#5003)
This commit is contained in:
@@ -19,14 +19,9 @@ import { viewsContainersExtensionPoint } from 'vs/workbench/api/browser/viewsExt
|
|||||||
|
|
||||||
import { CustomTreeView } from 'sql/workbench/browser/parts/views/customView';
|
import { CustomTreeView } from 'sql/workbench/browser/parts/views/customView';
|
||||||
|
|
||||||
export const DataExplorerViewlet = {
|
export const VIEWLET_ID = 'workbench.view.connections';
|
||||||
DataExplorer: 'dataExplorer'
|
|
||||||
};
|
|
||||||
export const VIEWLET_ID = 'workbench.view.dataExplorer';
|
|
||||||
export const VIEW_CONTAINER: ViewContainer = Registry.as<IViewContainersRegistry>(ViewContainerExtensions.ViewContainersRegistry).registerViewContainer(VIEWLET_ID);
|
export const VIEW_CONTAINER: ViewContainer = Registry.as<IViewContainersRegistry>(ViewContainerExtensions.ViewContainersRegistry).registerViewContainer(VIEWLET_ID);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
interface IUserFriendlyViewDescriptor {
|
interface IUserFriendlyViewDescriptor {
|
||||||
id: string;
|
id: string;
|
||||||
name: string;
|
name: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user