kwerle / ide-ruby

Atom package used to integrate https://github.com/kwerle/ruby_language_server with Atom. Development happens on the develop branch. Production is master.
23 stars 6 forks source link

Uncaught Error: Connection is closed. #1

Closed kwerle closed 6 years ago

kwerle commented 6 years ago

Yup. This probably happened when you started typing before the "No outline available" text came up in the outline view. There is a start up issue with the language server. It's filed and PR'd and I'm hoping for an update soon.

https://github.com/mtsmfm/language_server-ruby/issues/36

j-f1 commented 6 years ago

I’m also getting this after using Atom for a while. I think the Ruby process crashes, but I can’t find any stack traces to debug with.

kwerle commented 6 years ago

Probably the place to look would be the docker log for the container.

Certainly what needs to happen is some kind of exit handler in the js code.

In general I am not happy with the docker container this project is using and am planning to write/use a new one - in my copious free time. The first blocker is that I have not gotten any of the existing json rpc libraries to work in a way that I think will be usable with the atom ide.

kwerle commented 6 years ago

The ruby portion of this package is now more robust. I'm hoping this is addressed. Please re-open if you experience this issue again.