Fork me on GitHub
#cider
<
2024-05-28
>
floscr11:05:53

Is there a way to connect me to cider without having to go through this select menus everytime?

vemv12:05:28

https://github.com/clojure-emacs/cider/pull/3359 tackles that, it's almost there cc/ @UCPS050BV

👀 1
👍 1
yuhan14:05:56

Yeah the code in the PR is basically working, apart from the connect-clj&cljs which was a bit messier to disentangle. @U04CDHA7WM6 it would be great if you could help test it out with CLJS and see if there are any bugs to be ironed out :)

👀 1
yuhan14:05:23

One other thing I discovered after making all those changes was the existence of this not very well documented variable cider-known-endpoints which has somewhat overlapping functionality 😕

vemv14:05:58

I don't think I even heard of that 😬

yuhan14:05:51

Yeah, the docstring is a bit confusing and it affects the host selection dialog on a global basis even if you set it in another project's dir-locals.el