Mark carbon edit with begin and end tags (#24336)

This commit is contained in:
Lewis Sanchez
2023-09-07 15:13:49 -07:00
committed by GitHub
parent 63a1383b32
commit 863eb00294

View File

@@ -487,7 +487,7 @@ KeybindingsRegistry.registerCommandAndKeybindingRule({
});
// 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;
KeybindingsRegistry.registerCommandAndKeybindingRule({
@@ -505,6 +505,7 @@ KeybindingsRegistry.registerCommandAndKeybindingRule({
}
}
});*/
// {{SQL CARBON EDIT}} - END
KeybindingsRegistry.registerCommandAndKeybindingRule({
id: STEP_OUT_ID,