avli / clojureVSCode

Clojure support for Visual Studio Code
https://avli.github.io/clojureVSCode/
MIT License
204 stars 34 forks source link

Reconnect to a new nRepl #23

Open phreed opened 7 years ago

phreed commented 7 years ago

Sometimes it is necessary to restart the nrepl. It would be convenient to drop the current connection and reconnect. Presently, it seems like a VSCode "Reload Window" does the trick. If that is the best approach then an update to the documentation would be nice.

avli commented 7 years ago

This is related to #37.

fasfsfgs commented 7 years ago

With #40, you can now disconnect and connect again to a running nREPL. Not sure if it's good enough.

We can:

@phreed @avli I'm not sure what is the best option here. Is there anything else we could do?