Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[lsp4e-dev] Register LanguageServer implementation in LSP4E

Hi,

I’m looking for standard way to directly register org.eclipse.lsp4j.services.LanguageServer implementation inside LSP4E.

For now I implemented StreamConnectionProvider interface and started Server using LSPLauncher.createServerLauncher. It works, but maybe already exists public class similar to LaunchConfigurationStreamProvider that require only org.eclipse.lsp4j.services.LanguageServer.class and maybe even can bypass two-way json transition?

Dawid Pakuła


Back to the top