PyvesB / eclipse-solargraph

:gem: Ruby development tools for Eclipse.
https://marketplace.eclipse.org/content/ruby-solargraph
Eclipse Public License 2.0
30 stars 6 forks source link

Initializing Language Server stuck at 28% #35

Open stormwatch opened 2 months ago

stormwatch commented 2 months ago

I restarted Eclipse four or five times to compare log files, If I move the cursor (I have the VIM emulation enabled) more stuff gets logged, always cycling the commands: initialize, exit, and shutdown. io.github.pyvesb.eclipse_solargraph.log

The last couple of times, a pop-up error window also showed up. image

PyvesB commented 2 months ago

Hey 👋🏻

I don't see anything fishy in the logs: Eclipse tries initialising the language server, but it doesn't respond. Does the same issue happen with an empty workspace that just has a trivial Ruby hello world file?