I’m using vs code on windows 10 for developing with leiningen. But I cannot get it up and running
I started with
lein new figwheel myapp
and in myapp
lein figwheel
I get the cljs repl up and running, and a web page pops up. Nice it works.
Now the issue I have is when I try to connect Calva. In the documentation (https://calva.io/connect/#jack-in-let-calva-start-the-repl-for-you) it claims to work out of the box with jack-in.
Anyone else that has this problem?
Otherwise, I would love tips for what tools you use for cljs on windows.
the error messages I get is
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
Thanks