cursive-ide/cursive

Sending forms to Remote REPL not working

Opened this issue · 4 comments

For a bit of context, I'm using nREPL in a polylith project and those are the only options available right now:

image

Normal REPL seems to work just fine and this used to work in some version before 1.14.

Thanks!

Version 1.13.5-2024.1 does not have this issue.

On a different machine, with intellij 2024.3 and cursive 1.14 I don't have this issue, so I guess it's something related to my specific setup in that case, although all things seem to be exactly the same.

The one thing that I can think of in 1.14 is that you might have a REPL scope configured, check Settings | Languages & Frameworks | Clojure | REPL | REPL scope settings - do you have anything there in the problematic version?

I removed the entry I had there and it is working now. Thanks!