mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Dataexplorer viewlet (#3967)
* added initial data explorer viewlet * added dataexplorer contribution point * removed test view * remove unused imports * added flag and tests * CR comments * added icon for data explorer
This commit is contained in:
@@ -23,6 +23,7 @@ import Severity from 'vs/base/common/severity';
|
||||
import { ObjectExplorerActionsContext } from 'sql/parts/objectExplorer/viewlet/objectExplorerActions';
|
||||
import { IEditorService } from 'vs/workbench/services/editor/common/editorService';
|
||||
import { IErrorMessageService } from 'sql/platform/errorMessage/common/errorMessageService';
|
||||
import { ConnectionViewletPanel } from 'sql/parts/dataExplorer/objectExplorer/connectionViewlet/connectionViewletPanel';
|
||||
|
||||
export class RefreshAction extends Action {
|
||||
|
||||
@@ -389,7 +390,7 @@ export class ClearSearchAction extends Action {
|
||||
constructor(
|
||||
id: string,
|
||||
label: string,
|
||||
private _viewlet: ConnectionViewlet,
|
||||
private _viewlet: ConnectionViewlet | ConnectionViewletPanel,
|
||||
@IConnectionManagementService private _connectionManagementService: IConnectionManagementService
|
||||
) {
|
||||
super(id, label);
|
||||
|
||||
Reference in New Issue
Block a user