mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
fix query result grid shortcut keys (#23206)
* fix query result grid shortcut keys * add comment
This commit is contained in:
@@ -222,7 +222,7 @@ import { IExecutionPlanService } from 'sql/workbench/services/executionPlan/comm
|
||||
import { ExecutionPlanService } from 'sql/workbench/services/executionPlan/common/executionPlanService';
|
||||
import { IErrorDiagnosticsService } from 'sql/workbench/services/diagnostics/common/errorDiagnosticsService';
|
||||
import { ErrorDiagnosticsService } from 'sql/workbench/services/diagnostics/browser/errorDiagnosticsService';
|
||||
import { ITableService, TableService } from 'sql/workbench/services/table/browser/tableService';
|
||||
import { IComponentContextService, ComponentContextService } from 'sql/workbench/services/componentContext/browser/componentContextService';
|
||||
|
||||
registerSingleton(IDashboardService, DashboardService);
|
||||
registerSingleton(IDashboardViewService, DashboardViewService);
|
||||
@@ -267,7 +267,7 @@ registerSingleton(IDataGridProviderService, DataGridProviderService);
|
||||
registerSingleton(ITableDesignerService, TableDesignerService);
|
||||
registerSingleton(IExecutionPlanService, ExecutionPlanService);
|
||||
registerSingleton(IErrorDiagnosticsService, ErrorDiagnosticsService);
|
||||
registerSingleton(ITableService, TableService);
|
||||
registerSingleton(IComponentContextService, ComponentContextService);
|
||||
//#endregion
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user