eclipse / lsp4e

Language Server Protocol support in Eclipse IDE
Eclipse Public License 2.0
65 stars 54 forks source link

fix: propagate LanguagServerWrapper startup exception correctly #1044

Closed ava-fred closed 1 month ago

ava-fred commented 3 months ago

If there is an exception in the startup of the LanguageServerWrapper, consumers get a cancellation exception rather than the actual exception that occurred. This commit fixes the problem.

rubenporras commented 1 month ago

Thanks for the improved javadoc

rubenporras commented 1 month ago

It looks like there is a need for investigation of view the CI Jenkins job fails more or less consistently. Other PRs seem to be fine in the same job, so it does not look like a infrastructure glitch.