mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
changes strings for data explorer (#4946)
This commit is contained in:
@@ -22,7 +22,7 @@ import { IEditorGroupsService } from 'vs/workbench/services/editor/common/editor
|
|||||||
// Viewlet Action
|
// Viewlet Action
|
||||||
export class OpenDataExplorerViewletAction extends ShowViewletAction {
|
export class OpenDataExplorerViewletAction extends ShowViewletAction {
|
||||||
public static ID = VIEWLET_ID;
|
public static ID = VIEWLET_ID;
|
||||||
public static LABEL = localize('showDataExplorer', "Show Data Explorer");
|
public static LABEL = localize('showDataExplorer', "Show Connections");
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
id: string,
|
id: string,
|
||||||
@@ -39,7 +39,7 @@ export class OpenDataExplorerViewletAction extends ShowViewletAction {
|
|||||||
const viewletDescriptor = new ViewletDescriptor(
|
const viewletDescriptor = new ViewletDescriptor(
|
||||||
DataExplorerViewlet,
|
DataExplorerViewlet,
|
||||||
VIEWLET_ID,
|
VIEWLET_ID,
|
||||||
localize('workbench.dataExplorer', "Data Explorer"),
|
localize('workbench.dataExplorer', "Connections"),
|
||||||
'dataExplorer',
|
'dataExplorer',
|
||||||
0
|
0
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -156,7 +156,7 @@ class DataExplorerContainerExtensionHandler implements IWorkbenchContribution {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private showCollapsed(container: ViewContainer): boolean {
|
private showCollapsed(container: ViewContainer): boolean {
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user