Currently Cursive can be configured to use the Leiningen generated .nrepl-port file to figure out which port to connect to. It would be very useful for shadow-cljs if it was possible to configure which file Cursive used. shadow-cljs generates .shadow-cljs/nrepl.port to avoid conflicting with .nrepl-port by default. Unfortunately there is no way to tell Cursive to use that file.
Maybe just a simple text input to configure the file path which defaults to .nrepl-port. Something generic that isn't tied to any particular tool would be nice.
Currently Cursive can be configured to use the Leiningen generated
.nrepl-portfile to figure out which port to connect to. It would be very useful forshadow-cljsif it was possible to configure which file Cursive used.shadow-cljsgenerates.shadow-cljs/nrepl.portto avoid conflicting with.nrepl-portby default. Unfortunately there is no way to tell Cursive to use that file.Maybe just a simple text input to configure the file path which defaults to
.nrepl-port. Something generic that isn't tied to any particular tool would be nice.