avli / clojureVSCode

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

Disconnect if connection refused #101

Closed vganshin closed 6 years ago

vganshin commented 6 years ago

If remote REPL is closed and we try to eval some form or format the file we will not see the result nor error message. So I suggest to disconnect the client in this case and show the error of course.

Not sure it's the best place for such a code, but i didn't find better one.

avli commented 6 years ago

This is a good one! Thank you!