From 863eb00294007f2e3262cf8a1079082ac353ecc7 Mon Sep 17 00:00:00 2001 From: Lewis Sanchez <87730006+lewis-sanchez@users.noreply.github.com> Date: Thu, 7 Sep 2023 15:13:49 -0700 Subject: [PATCH] Mark carbon edit with begin and end tags (#24336) --- src/vs/workbench/contrib/debug/browser/debugCommands.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/vs/workbench/contrib/debug/browser/debugCommands.ts b/src/vs/workbench/contrib/debug/browser/debugCommands.ts index c4f0f73c1a..dadb400066 100644 --- a/src/vs/workbench/contrib/debug/browser/debugCommands.ts +++ b/src/vs/workbench/contrib/debug/browser/debugCommands.ts @@ -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,