Skip to content

Commit

Permalink
Merge pull request #188 from artagnon/bindings-scope
Browse files Browse the repository at this point in the history
editor/code: scope keybinding alt+enter correctly
  • Loading branch information
ejgallego authored Jan 18, 2023
2 parents b86637a + fd42ad8 commit a5bd23a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
----------------------

- Support for OCaml 4.11 (@ejgallego, #184)
- The keybinding alt+enter in VSCode is now correctly scoped
(@artagnon, #188)

# coq-lsp 0.1.3: Event
----------------------
Expand Down
2 changes: 1 addition & 1 deletion editor/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"command": "coq-lsp.goals",
"key": "alt+enter",
"mac": "meta+enter",
"when": "editorFocus"
"when": "editorTextFocus && editorLangId == coq"
}
],
"configuration": [
Expand Down

0 comments on commit a5bd23a

Please sign in to comment.