You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the cider-connect* family of functions, we offer some detected nrepl ports that may be running on the user machine, e.g.:
...those choices could include further context if it can be accurately determined.
For instance, if the port was grabbed from a ".shadow-cljs/nrepl.port" file, or from a cider buffer of repl-type cljs, then its context is cljs.
With that info, users can make a better decision when deciding to cider-connect-clj / cider-connect-cljs (e.g. they'll know to connect to the right port, instead of another port that may be running within the same directory).
The text was updated successfully, but these errors were encountered:
For the
cider-connect*
family of functions, we offer some detected nrepl ports that may be running on the user machine, e.g.:...those choices could include further context if it can be accurately determined.
For instance, if the port was grabbed from a
".shadow-cljs/nrepl.port"
file, or from a cider buffer ofrepl-type
cljs, then its context is cljs.With that info, users can make a better decision when deciding to
cider-connect-clj
/cider-connect-cljs
(e.g. they'll know to connect to the right port, instead of another port that may be running within the same directory).The text was updated successfully, but these errors were encountered: