cursive

Issues at: https://git.io/cursive-issues
kari 2021-01-23T14:45:21.028300Z

I'm wondering why the "Use port from nREPL file" selected option won't stay. If I start IDEA/Cursive and start the Clojure REPL and I have chosen "Specify custom port file" the previous time it will be changed to "Use standard port file" the next time.

dpsutton 2021-01-23T15:53:27.029900Z

Just a guess but you’re selecting on of the standard files so it’s reverting back to that choice. If you put a non standard file there does it persist?

kari 2021-01-23T17:11:21.032Z

If I'm implementing a full stack app (both Clojure backend (.nrepl-port) and Clojurescript frontend (.shadow-cljs/nrepl.port)) there occasionally has been some hassle which file is chosen - therefore I'd like to make it explicit here.

dpsutton 2021-01-23T17:16:01.033600Z

Makes sense.

cfleming 2021-01-23T19:48:08.034Z

Hmm, I think @dpsutton might be right about the default value - I’ll try to reproduce this.