mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Mark carbon edit with begin and end tags (#24336)
This commit is contained in:
@@ -487,7 +487,7 @@ KeybindingsRegistry.registerCommandAndKeybindingRule({
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Windows browsers use F11 for full screen, thus use alt+F11 as the default shortcut
|
// Windows browsers use F11 for full screen, thus use alt+F11 as the default shortcut
|
||||||
// {{SQL CARBON EDIT}} - Disable F11 binding to use it as shortcut for full screen in ADS
|
// {{SQL CARBON EDIT}} - BEGIN - Disable F11 binding to use it as shortcut for full screen in ADS
|
||||||
/*const STEP_INTO_KEYBINDING = (isWeb && isWindows) ? (KeyMod.Alt | KeyCode.F11) : KeyCode.F11;
|
/*const STEP_INTO_KEYBINDING = (isWeb && isWindows) ? (KeyMod.Alt | KeyCode.F11) : KeyCode.F11;
|
||||||
|
|
||||||
KeybindingsRegistry.registerCommandAndKeybindingRule({
|
KeybindingsRegistry.registerCommandAndKeybindingRule({
|
||||||
@@ -505,6 +505,7 @@ KeybindingsRegistry.registerCommandAndKeybindingRule({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});*/
|
});*/
|
||||||
|
// {{SQL CARBON EDIT}} - END
|
||||||
|
|
||||||
KeybindingsRegistry.registerCommandAndKeybindingRule({
|
KeybindingsRegistry.registerCommandAndKeybindingRule({
|
||||||
id: STEP_OUT_ID,
|
id: STEP_OUT_ID,
|
||||||
|
|||||||
Reference in New Issue
Block a user