Skip to content

Commit

Permalink
Mark carbon edit with begin and end tags (#24336)
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis-sanchez authored Sep 7, 2023
1 parent 63a1383 commit 863eb00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/vs/workbench/contrib/debug/browser/debugCommands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand All @@ -505,6 +505,7 @@ KeybindingsRegistry.registerCommandAndKeybindingRule({
}
}
});*/
// {{SQL CARBON EDIT}} - END

KeybindingsRegistry.registerCommandAndKeybindingRule({
id: STEP_OUT_ID,
Expand Down

0 comments on commit 863eb00

Please sign in to comment.