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

VS Code: prevent shift+enter keybind conflicts #17

Merged

Conversation

vincent-czi
Copy link
Contributor

Addresses #16.
Tightens up scope of when the editor.action.codeAction command fires from keybinding.
More restrictive keybinding (use alt as well) since shift+enter is very common.
Adds when clauses so only happens when editor has focus and language is wdl.

[My motivation for this was specifically because it was breaking "Find Previous" (which also uses shift+enter) due to the fact that wdl-ide keybindings have precedence because they're an Extension.]

Addresses Issue 16.
Tightens up scope of when the editor.action.codeAction command fires from keybinding.
More restrictive keybinding (use alt as well) since shift+enter is very common.
Adds when clauses so only happens when editor has focus and language is wdl.
@dinvlad dinvlad merged commit 165ad9d into broadinstitute:master Sep 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants