cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
2020-10-07T20:03:24.101800Z

I'm trying to cider-jack-in-clj&cljs, but the cljs half is failing. It works fine if I just run cider-jack-in-cljs, though

dpsutton 2020-10-07T20:03:59.102300Z

is it shadow-cljs based?

2020-10-07T20:04:15.102700Z

yeah, and deps.edn for the clj side

2020-10-07T20:04:25.103100Z

I know you can combine them but that hasn't worked well for me so far

dpsutton 2020-10-07T20:04:42.103500Z

that uses the same build tool for both. so if you need two different executables (clj and shadow-cljs) then you can't do it that way

dpsutton 2020-10-07T20:04:48.103800Z

just jack in and then jack in cljs

2020-10-07T20:05:05.104100Z

when I do that it asks me about connecting a sibling repl, and then fails

2020-10-07T20:05:19.104500Z

when I do them together I get this message: `error in process filter: The shadow-cljs ClojureScript REPL is not available. Please check https://docs.cider.mx/cider/basics/clojurescript for details1

2020-10-07T20:07:18.105100Z

wait, trying jack-in-clj and then jack-in-cljs works! I think I was doing them in the reverse order

2020-10-07T20:07:19.105200Z

thanks :thumbsup: