Closed PEZ closed 5 years ago
what is startCode vs connectCode? They seem to overlap? It might be that startCode shouldn't call to cljs-repl?
Good catch! It was a left-over from the old config.
Hmmm, thinking about it, now the message printed is a bit confusing. It's not Figwheel that is started. What would you say is started when the startCode has evaluated?
The system has started at that point.
Dropped this ball a bit. But now I have changed the message and this is good to go afaiac.
This adds setting for the new way to configure custom CLJS REPLs in Calva.
Two sequences are set up:
"shouldOpenUrl": true
makes Calva automatically start the Edge ClojureScript app in the browser, making the Jack-in fully automatic. If you think this is not a desirable default, let me know and I'll update the PR.The Calva Jack-in menu looks like so with these settings added:
The instructions for using Calva for a freshly created Edge ClojureScript app will be like so:
deps.edn
.