hmm.. how do you normally start the repl process?
lein repl
?
think setting it in .nrepl.edn
also works?
Calva supports tools.deps, lein and shadow-cljs. Ideally I’d like to add whatever is needed to the command lines starting the processes. But I’ll check out .nrep.edn
too.
Bottom of this page: https://nrepl.org/nrepl/0.6.0/usage/server.html
There was a discussion of configuring nrepl via JVM opts: https://github.com/nrepl/nrepl/issues/54
in lein, it's passed via :repl-options
guess .nrepl.edn
is something different, but saves you the effort of threading config through whichever tool you are supporting?
https://shadow-cljs.github.io/docs/UsersGuide.html#nREPL <- how to configure shadow
Cross posting this here as well. Thanks in advance for any help.
i use cider connect into a docker application every day
what issue are you having?
(cider-connect (list :host "<http://local.aclaimant.com|local.aclaimant.com>" :port ,port
:project-dir dir))
is from the emacs side