Langium project for Theia extension. #1059
-
When using langium's vscode plugin in Theia, there are many problems. Is there any plan to support Theia extension? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
Could you describe in more detail what problems you are seeing? If there are issues with using a Langium-based language server in Theia, you should report them as bugs at the theia repo.
Note that Theia stopped supporting the direct integration of language servers since version 1.4.0 (changelog). The only way to integrate Langium for text editor support is through a VS Code extension. |
Beta Was this translation helpful? Give feedback.
-
I've just tested the Langium vscode extension in Theia ( |
Beta Was this translation helpful? Give feedback.
-
Everything worked as expected in vscode, but some features often have problems in theia, such as auto completion and error prompts. |
Beta Was this translation helpful? Give feedback.
I get the same issue in the online blueprint version. It seems to be a serialization issue on the frontend side:
It seems like it's related to a new version of the serialization library used. There's a fix in Theia's migration guide. Can you try to apply that in your Theia project and see whether that works?