Fork me on GitHub
#calva
<
2019-11-22
>
grounded_sage07:11:29

Yea I usually move between both. Mostly because of lack of familiarity with VScode.

pez08:11:21

@grounded_sage: I think it creates problems starting the repl twice. I suggest you only do the jack-in, and then from the terminal you do

shadow-cljs cljs-repl :app
(Use whatever your build is named instead of :app)

Filipe Silva12:11:21

I end up not using jack in most of the time because I want to keep a background server

pez23:11:10

@filipematossilva: me too. 😃 For those projects I use jack-in and then ctrl+c it, copy the command line and paste that in a terminal.