Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[lsp4e-dev] first impressions

Hi!

This is the first time I tried to run the code after the move to the eclipse repository, and I have a few observations/questions.

* I get a weird message in the console: "Plugin org.eclipse.lsp4e.languages, extension org.eclipse.ui.editors: Unknown editor with id: org.eclipse.ui.genericeditor.GenericEditor". It looks like I can open JSON files, and the LS connection seems to work, so it's not a hard error, but it is a bit confusing. Any ideas why it is printed? 

* When starting, if a file was open in the workspace, first a didOpen notification is sent, then documentSymbols is called, then diagnostics are pushed and only after that comes the initialization request. Shouldn't the initialization always be first? That is, all methods should call initialize if not already called. Maybe this is a problem for LSP4J?

regards,
Vlad




Back to the top