This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-06-16
Channels
- # announcements (8)
- # aws (28)
- # babashka (26)
- # beginners (125)
- # calva (18)
- # chlorine-clover (2)
- # cider (12)
- # cljs-dev (6)
- # cljsrn (4)
- # clojure (134)
- # clojure-europe (31)
- # clojure-italy (2)
- # clojure-nl (14)
- # clojure-uk (83)
- # clojurescript (81)
- # conjure (4)
- # cursive (2)
- # datomic (145)
- # emacs (13)
- # events (3)
- # figwheel-main (14)
- # fulcro (30)
- # graalvm (23)
- # graphql (15)
- # helix (21)
- # jackdaw (20)
- # juxt (1)
- # lambdaisland (4)
- # leiningen (2)
- # malli (12)
- # meander (22)
- # observability (22)
- # off-topic (27)
- # pedestal (3)
- # re-frame (12)
- # reitit (1)
- # releases (2)
- # rewrite-clj (3)
- # shadow-cljs (67)
- # spacemacs (7)
- # sql (1)
- # tools-deps (19)
- # unrepl (2)
- # xtdb (25)
I've installed Calva to VSCode. I've connected to my project using jack-in. However, when I try to evaluate a form inline, the keyboard shortcuts don't seem to do anything. For example, when I type Ctrl-Alt-C e, the system absorbs the e, but seems to do nothing.
Warning: cider-nrepl requires Leiningen 2.8.3 or greater. Warning: cider-nrepl will not be included in your project.
The cider repl seems to start, and seems to take commands through the command line, but will not recognize key bindings.
Can you describe, step by step, how you jack in and what messages you get in the jack in terminal and in Calva says?
I start VS code. I open the Clojurescript project and open the main source file - core.cljs. I hit Ctrl-Alt-c Ctrl-Alt-j to start the jack-in process. I get the following in the terminal pane:
Warning: cider-nrepl requires Leiningen 2.8.3 or greater. Warning: cider-nrepl will not be included in your project. Warning: cider-nrepl requires Leiningen 2.8.3 or greater. Warning: cider-nrepl will not be included in your project. Warning: cider-nrepl requires Leiningen 2.8.3 or greater. Warning: cider-nrepl will not be included in your project. Warning: cider-nrepl requires Leiningen 2.8.3 or greater. Warning: cider-nrepl will not be included in your project. Warning: cider-nrepl requires Leiningen 2.8.3 or greater. Warning: cider-nrepl will not be included in your project. nREPL server started on port 56587 on host 127.0.0.1 - <nrepl://127.0.0.1:56587>
Calva activated. Happy Clojure(Script) coding! ❤️ If you like Calva, please consider how you can contribute: https://github.com/BetterThanTomorrow/calva/wiki/How-to-Contribute Please check these resources out: * Calva Documentation: https://calva.io/ * #calva at the Clojurians Slack: https://clojurians.slack.com/messages/calva/ * Bug reports: https://github.com/BetterThanTomorrow/calva/issues -- Start the REPL with the command Start Project REPL and connect (aka Jack-in). Default keybinding for Jack-in: ctrl+alt+c ctrl+alt+j Jacking in... Hooking up nREPL sessions... Connected session: clj Debugger initialized Creating cljs repl session... Connecting cljs repl: Leiningen + Figwheel Main... The Calva Connection Log might have more connection progress information. There are no figwheel build files (.cljs.edn) in the project directory. Connection to Figwheel Main aborted. Error while connecting cljs REPL: Aborted Jack-in done.