clojureVSCode icon indicating copy to clipboard operation
clojureVSCode copied to clipboard

Doesn't work

Open hasufell opened this issue 5 years ago • 2 comments

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 avatar Jun 25 '19 04:06 hasufell

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

hasufell avatar Jun 25 '19 05:06 hasufell

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?

avli avatar Jul 06 '19 08:07 avli