mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
add key command ctl + L to run query plan (#2952)
* add key command ctl + L to run query plan * fix to match SSMS for getting query plan
This commit is contained in:
committed by
Karl Burtram
parent
363f28a46b
commit
c56dd2cdbd
@@ -120,7 +120,8 @@ actionRegistry.registerWorkbenchAction(
|
|||||||
new SyncActionDescriptor(
|
new SyncActionDescriptor(
|
||||||
RunCurrentQueryWithActualPlanKeyboardAction,
|
RunCurrentQueryWithActualPlanKeyboardAction,
|
||||||
RunCurrentQueryWithActualPlanKeyboardAction.ID,
|
RunCurrentQueryWithActualPlanKeyboardAction.ID,
|
||||||
RunCurrentQueryWithActualPlanKeyboardAction.LABEL
|
RunCurrentQueryWithActualPlanKeyboardAction.LABEL,
|
||||||
|
{ primary: KeyMod.CtrlCmd | KeyCode.KEY_M }
|
||||||
),
|
),
|
||||||
RunCurrentQueryWithActualPlanKeyboardAction.LABEL
|
RunCurrentQueryWithActualPlanKeyboardAction.LABEL
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user