Fork me on GitHub
#calva
<
2021-05-06
>
sergey.shvets23:05:49

Hey, I'm having trouble with connecting to shadow-cljs repl. I've used the regular shadow-cljs connection sequence couple of weeks ago and everything was fine, but now (I guess with recent vs code update) it never shows me a prompt in output window and don't evaluate my code inside editor. Has anything changed? I tried to build a custom connection sequence and can't figure out how to make that work. "connectCode" requires string when I put it in settings.json, but in the code https://github.com/BetterThanTomorrow/calva/blob/published/src/nrepl/connectSequence.ts here it has an object with build/repl keys. I read every doc available over and over again and ran out of ideas. Any help will be appreciated!