Change keybinding for showing data explorer viewlet (#6267)

This commit is contained in:
Charles Gagnon
2019-07-11 10:47:12 -07:00
committed by GitHub
parent f1f940f93d
commit 210977f9cc

View File

@@ -54,7 +54,7 @@ registry.registerWorkbenchAction(
OpenDataExplorerViewletAction,
OpenDataExplorerViewletAction.ID,
OpenDataExplorerViewletAction.LABEL,
{ primary: KeyMod.CtrlCmd | KeyCode.Shift | KeyCode.KEY_C }),
{ primary: KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.KEY_D }),
'View: Show Data Explorer',
localize('dataExplorer.view', "View")
);