eclipse / lsp4e

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

Create job to monitor the initialization of the language server #947

Closed joaodinissf closed 4 months ago

joaodinissf commented 5 months ago

This commit creates the method createInitializeLanguageServerJob() in the LanguageServerWrapper, which returns a Job that can be used to monitor the initialization process of a language server.