-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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
REPL does not automatically select .shadow-cljs/nrepl.port for nREPL connection type #2759
Comments
I actually do have the same issue after upgrading to Cursive 1.12.7 2022.3 - IntelliJ IDEA 2022.3.2 (CE). My setting: Edit Configurations > Remote REPL > Use port from REPL file > Use standard port file no longer works and produces:
Our nREPL is not started by shadow, and it produces a regular |
This is the stacktrace from IntelliJ:
|
Hi, Colin.
Ran into an issue with “Use standard port file” with an “nREPL” connection type to
shadow-cljs
. It seems that.shadow-cljs/socket-repl.port
is being picked up instead, resulting in the following exception:Exception starting REPL: java.lang.IllegalStateException: Could not open new session; :clone response: Disconnected from remote server.
If I explicitly specify
.shadow-cljs/nrepl.port
, everything works as expected.For reference, I’m using IntelliJ 2022.3.1 (Build #IU-223.8214.52) with Cursive 1.12.7-eap1-2022.3.
The text was updated successfully, but these errors were encountered: