You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently with shadow-cljs Calva does not wait for the ClojureScript application to have started the REPL server before the process continues and gives the user a cljs REPL prompt. This is for technical reasons. Figwheel makes it easy to do this, but with shadow we need to look somewhere else.
The text was updated successfully, but these errors were encountered:
PEZ
changed the title
Make shadow-cljs jack-in process wait for build to complete before connecting
Make shadow-cljs jack-in process wait for a running CLJS REPL server before connecting
Feb 10, 2021
PEZ
changed the title
Make shadow-cljs jack-in process wait for a running CLJS REPL server before connecting
Make our shadow-cljs connect process wait for a running CLJS REPL server
Feb 10, 2021
Currently with
shadow-cljs
Calva does not wait for the ClojureScript application to have started the REPL server before the process continues and gives the user acljs
REPL prompt. This is for technical reasons. Figwheel makes it easy to do this, but with shadow we need to look somewhere else.The text was updated successfully, but these errors were encountered: