avli / clojureVSCode

Clojure support for Visual Studio Code
https://avli.github.io/clojureVSCode/
MIT License
204 stars 34 forks source link

Does not start the repl with clojure 1.9 beta #73

Closed mrkaspa closed 6 years ago

johnjelinek commented 7 years ago

I'm able to manually connect to a lein repl that was started with clojure 1.9.0-RC1, however, code completion does not work.

johnjelinek commented 7 years ago

code formatting also doesn't work.

avli commented 6 years ago

How do you run nREPL? Do you have cider-nrepl in your plugin list?

dl1ely commented 6 years ago

Noticed the same with 1.9.0 (final). „starting REPL…“ never vanishes when starting automatically. Running the repl from the commandline works fine, the extension can connect to it, but code completion, doc strings and navigation is missing (I guess because i am missing the right middleware plugins when starting the repl from the command line?).

Starting a 1.8.0 repl works fine from 0.9.1 of the extension. Is there some incompatibility between one of the middleware plugins the extension injects in the REPL and 1.9.0? Just a guess.

avli commented 6 years ago

This one should be fixed with the 0.9.2 release. See #82.