Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [
- {
- "key": "shift+alt+enter",
- "command": "clojureVSCode.eval",
- "when": "editorTextFocus && textInputFocus && editorLangId == 'clojure'"
- },
- {
- "key": "alt+enter",
- "command": "clojureVSCode.evalAndShowResult",
- "when": "editorTextFocus && textInputFocus && editorLangId == 'clojure'"
- }
- ]
Add Comment
Please, Sign In to add comment