You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: