mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Change keybinding for showing data explorer viewlet (#6267)
This commit is contained in:
@@ -54,7 +54,7 @@ registry.registerWorkbenchAction(
|
|||||||
OpenDataExplorerViewletAction,
|
OpenDataExplorerViewletAction,
|
||||||
OpenDataExplorerViewletAction.ID,
|
OpenDataExplorerViewletAction.ID,
|
||||||
OpenDataExplorerViewletAction.LABEL,
|
OpenDataExplorerViewletAction.LABEL,
|
||||||
{ primary: KeyMod.CtrlCmd | KeyCode.Shift | KeyCode.KEY_C }),
|
{ primary: KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.KEY_D }),
|
||||||
'View: Show Data Explorer',
|
'View: Show Data Explorer',
|
||||||
localize('dataExplorer.view', "View")
|
localize('dataExplorer.view', "View")
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user