Skip to content

Commit

Permalink
Dont add a keybinding as we already have one for the native execution…
Browse files Browse the repository at this point in the history
… logic
  • Loading branch information
nstrayer committed Dec 17, 2024
1 parent 3e8389e commit 424a2d7
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -680,10 +680,6 @@ export function registerLanguageRuntimeActions() {
title: nls.localize2('positron.command.executeSelectedCode', "Execute Selected Code in Console"),
f1: true,
category,
keybinding: {
weight: KeybindingWeight.WorkbenchContrib,
primary: KeyMod.CtrlCmd | KeyMod.Shift | KeyCode.Enter
}
});
}

Expand Down

0 comments on commit 424a2d7

Please sign in to comment.