chlorine-clover

About Chlorine for Atom and Clover for VS Code: https://atom.io/packages/chlorine and https://marketplace.visualstudio.com/items?itemName=mauricioszabo.clover
2020-07-16T00:42:05.283400Z

Good to know, thanks for raising this.

mauricio.szabo 2020-07-16T00:44:18.284600Z

One of the reasons I've added nREPL support was exactly because lots of time people tried to copy-paste the port that lein / boot gave 😄

1
mauricio.szabo 2020-07-16T00:45:38.285700Z

But yes, lein will always start nREPL. I remember that, in the past, you could tell it to only start one JVM with lein trampoline repl, and I believe that nREPL was not started on this mode.

mauricio.szabo 2020-07-16T00:49:50.286400Z

Nowadays, it raises some errors ¯\(ツ)/¯

seancorfield 2020-07-16T00:58:56.287100Z

lein trampoline repl seems to only work inside a project, so it doesn't address the caveat I gave unfortunately.

seancorfield 2020-07-16T00:59:21.287700Z

(and inside a project, the socket profile and JVM option are picked up as expected)