Fork me on GitHub
#calva
<
2019-09-01
>
sergeiudris07:09:18

hi everyone! 🖐️ could you please point me in the right direction: i've been successfully using calva with old figwheel, but cannot connect to figwheel-main.. (have no problems connecting to shadow-cljs ). i've been failing for a while now. what i do: select 'Figwheel Main' and specify localhost:port (e.g. 9500). anyway, the question: is there a demo repo (maybe https://github.com/PEZ/fresh-figwheel-main) that i can try with calva and figwheel-main ? what host:port should i type in ?

pez08:09:35

@sergei.udris: I recommend using Jack in instead of connect. So, open a file in your project, then run the command “Calva: Start a Project REPL and connect (aka Jack-in)“.

pez08:09:42

Or click the nREPL button in the status bar and choose that command.

sergeiudris08:09:12

👌 success, thank you

❤️ 4