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
Running cider-quit should terminate both the leiningen JVM and the application JVM.
cider-quit
The leiningen JVM terminates, but the application JVM remains around.
lein new repro-case
repro-case\project.clj
cider-jack-in
;; CIDER 0.14.0 (Berlin), nREPL 0.2.12 ;; Clojure 1.8.0, Java 1.8.0_111
Leiningen 2.7.1 on Java 1.8.0_111 Java HotSpot(TM) 64-Bit Server VM
The text was updated successfully, but these errors were encountered:
That's a duplicate of #390
Long story short - that's outside of CIDER's scope and we can't really do much about it.
Sorry, something went wrong.
No branches or pull requests
Expected behavior
Running
cider-quit
should terminate both the leiningen JVM and the application JVM.Actual behavior
The leiningen JVM terminates, but the application JVM remains around.
Steps to reproduce the problem
lein new repro-case
repro-case\project.clj
cider-jack-in
to get a REPL. Use Task Manager to see there are two Java processes.cider-quit
.Environment & Version information
CIDER version information
;; CIDER 0.14.0 (Berlin), nREPL 0.2.12
;; Clojure 1.8.0, Java 1.8.0_111
Lein/Boot version
Leiningen 2.7.1 on Java 1.8.0_111 Java HotSpot(TM) 64-Bit Server VM
Emacs version
Operating system
The text was updated successfully, but these errors were encountered: