cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
7e27 2021-05-29T16:02:53.059700Z

I’m trying to connect to a shadow-cljs nrepl server, by calling

(cider-connect-cljs
 '(:host "localhost"
   :port "1111"
   :cljs-repl-type shadow))
is there a way to pass in the shadow-cljs build ID?

dpsutton 2021-05-29T16:09:12.060400Z

I think if you just bind the correct variable it will work. It is not passed in

dpsutton 2021-05-29T16:09:31.061Z

Apropos for cider shadow build or something along those lines

7e27 2021-05-29T16:14:49.063600Z

My documentation must be outdated, when I apropos for either shadow or build, I come up empty (i.e. nothing shadow-cljs related at all). The online cider doc only seems to mention setting a build ID via .dir-locals.el .

7e27 2021-05-29T16:20:34.064600Z

Ahh found it, you are right the variable is cider-shadow-default-options . Thanks:)

dpsutton 2021-05-29T16:23:34.065Z

yeah that's a terrible name. i was expecting it to be cider-shadow-build-id or something