eclipse / lsp4e

Language Server Protocol support in Eclipse IDE
Eclipse Public License 2.0
60 stars 53 forks source link

Handle cancellation of initializeFutureMonitor in LSWrapper #952

Closed joaodinissf closed 4 months ago

joaodinissf commented 4 months ago

Introduces logic to gracefully handle a user-requested cancellation of the initializeFutureMonitor.

mickaelistria commented 4 months ago

This PR seems good. However, it's marked as draft. Is it ready to be merged?

joaodinissf commented 4 months ago

Let me just do a bit more manual testing, please. I'll mark the PR as ready once that's done. Same for #951.

rubenporras commented 4 months ago

thanks