avli / clojureVSCode

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

Doesn't work #133

Open hasufell opened 5 years ago

hasufell commented 5 years ago

config: https://gist.github.com/hasufell/bac20cbd29c9af528d4536e831637f3b

Letting the plugin start nREPL seems to work, vscode connects, but nothing works.

Trying to use clj directly via (with or without clojurescript):

clojure -Sdeps '{:deps {cider/cider-nrepl {:mvn/version "0.21.1"} }}' -m nrepl.cmdline --middleware "[cider.nrepl/cider-middleware]"

also starts an nREPL, vscode connects, but nothing works.

Trying aliases as described here to start nREPL: https://github.com/clojure-emacs/cider-nrepl#via-clj

Nothing works.

No error output.

hasufell commented 5 years ago

https://github.com/BetterThanTomorrow/calva sorta works and it lets me choose the build type properly.

avli commented 5 years ago

Hello @hasufell,

Am I right that it's a ClojureScript project? If so, I'm afraid that the extension has only limited support of ClojureScript. Have you tried the instructions from this section of README?