We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running cider-jack-in-clj&cljs / cider-connect-clj&cljs, a cljs-repl-type will be passed to both jvm and cljs repls.
cider-jack-in-clj&cljs
cider-connect-clj&cljs
That results in the following code being run for the jvm repl:
(when cljs-repl-type (emit-comment (concat "ClojureScript REPL type: " (symbol-name cljs-repl-type))))
...which is noisy/confusing.
The text was updated successfully, but these errors were encountered:
cider-connect-clj&cljs: don't render `"ClojureScript REPL type:" fo…
e4678c4
…r JVM repls Fixes clojure-emacs#3383
b217386
…r JVM repls (#3389) Fixes #3383
vemv
Successfully merging a pull request may close this issue.
When running
cider-jack-in-clj&cljs
/cider-connect-clj&cljs
, a cljs-repl-type will be passed to both jvm and cljs repls.That results in the following code being run for the jvm repl:
...which is noisy/confusing.
The text was updated successfully, but these errors were encountered: