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
Marek 2019-06-21T20:37:29.002100Z

Hey 👋 I am trying to connect from Chlorine to a running nREPL. Unfortunately without luck - I'm always getting Disconnected from REPLs. When I do inspect, I can see:

Uncaught Error: read ECONNRESET
    at _errnoException (util.js:1024:11)
    at TCP.onread (net.js:615:25)
nREPL is working, I was able to connect to it using: clj -Sdeps '{:deps {nrepl {:mvn/version "0.6.0"}}}' -m nrepl.cmdline --connect --host localhost --port 57151. I did try to start nREPL with different commands, e.g.
> clj -R:nREPL -m nrepl.cmdline
nREPL server started on port 57151 on host localhost - <nrepl://localhost:57151>

seancorfield 2019-06-21T21:00:15.003400Z

@marek.jeszka Chlorine supports a socket repl not nrepl

1👍