Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Generated Language template contains compilation errors #38

Open
agonzalezgaliana opened this issue Oct 7, 2021 · 0 comments
Open

Generated Language template contains compilation errors #38

agonzalezgaliana opened this issue Oct 7, 2021 · 0 comments

Comments

@agonzalezgaliana
Copy link

Currently investigating how to create a Theia Language Server plugin. I found this generator by following the tutorial from EclipseSource. However the resulting code has compilation issues (most likely because of newer changes included in Theia).

By taking a look to this thread I decided to open an issue here.

The following is what I've done so far:

Use the generator plugin to create a language example via yo @theia/plugin.
The generated code includes some compilation errors in the (in my case) language-backend.ts:

Namespace '"@theia/plugin"' has no exported member 'LanguageServerInfo'.
Property 'languageServer' does not exist on type 'typeof import("@theia/plugin")'.

Were those elements (LanguageServerInfo, languageServer) replaced by others?

Many thanks in advance

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant