Skip to content

Commit

Permalink
Merge pull request #17 from vincent-czi/issue16-vscode-fix-keybinding
Browse files Browse the repository at this point in the history
VS Code: prevent shift+enter keybind conflicts
  • Loading branch information
dinvlad authored Sep 2, 2021
2 parents c43527b + 3af0f98 commit 165ad9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"keybindings": [
{
"command": "editor.action.codeAction",
"key": "shift+enter",
"key": "shift+alt+enter",
"when": "editorFocus && editorLangId == 'wdl'",
"args": {
"kind": "wdl.run"
}
Expand Down

0 comments on commit 165ad9d

Please sign in to comment.