eclipse / lsp4e

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

Remove UI-blocking pop-up in LSWrapper.getInitializedServer() #951

Closed joaodinissf closed 4 months ago

joaodinissf commented 4 months ago

This commit follows up on the discussion started at https://github.com/eclipse/lsp4e/pull/947#discussion_r1526226952.

It removes the UI-blocking pop-up window that would appear when calling org.eclipse.lsp4e.LanguageServerWrapper.getInitializedServer() from a UI thread.

A progress indicator reflecting the status of the server's initialization will still be displayed in the "Progress" view.

rubenporras commented 4 months ago

thanks