Skip to content

Commit

Permalink
fix: debug console enter invalid (#4252)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricbet authored Dec 20, 2024
1 parent cf44454 commit a982092
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ export class DebugConsoleContribution
command: DEBUG_COMMANDS.CONSOLE_ENTER_EVALUATE.id,
keybinding: 'enter',
when: `${CONTEXT_IN_DEBUG_REPL.raw} && ${CONTEXT_IN_DEBUG_MODE.raw}`,
priority: 0,
});
bindings.registerKeybinding({
command: DEBUG_COMMANDS.CONSOLE_INPUT_DOWN_ARROW.id,
Expand Down

0 comments on commit a982092

Please sign in to comment.