Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switch order of keybinding registration #218622

Merged
merged 1 commit into from
Jun 26, 2024
Merged

switch order of keybinding registration #218622

merged 1 commit into from
Jun 26, 2024

Conversation

amunger
Copy link
Contributor

@amunger amunger commented Jun 26, 2024

fix: #217901

Keybindings are prioritized in the reverse order that they were added, so putting ctrl+enter first will make the shift+enter vs enter keybindings more likely to show up in the execution hint when there is a custom keyboard mapping that changes the keycode labels.

@amunger amunger marked this pull request as ready for review June 26, 2024 21:36
@vscodenpa vscodenpa added this to the June 2024 milestone Jun 26, 2024
@amunger amunger enabled auto-merge (squash) June 26, 2024 21:40
@amunger amunger merged commit fb3bace into main Jun 26, 2024
7 checks passed
@amunger amunger deleted the aamunger/execHint branch June 26, 2024 21:51
aaronchucarroll pushed a commit to aaronchucarroll/vscode that referenced this pull request Jul 10, 2024
@vs-code-engineering vs-code-engineering bot locked and limited conversation to collaborators Aug 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

enabling interactiveWindow.executeWithShiftEnter does not update hint
3 participants