-
Here is a demo based on Langium 3.5: I upgraded it to Langium 4.0.0:
Could you please help to fix it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
i assume you somewhere need to populate a see add. params for createServicesForGrammar default impl is
i cannot spot a "grammar classmodel" in your code |
Beta Was this translation helpful? Give feedback.
i assume you somewhere need to populate a
LanguageMetaData
in your language registration
https://github.com/AresEkb/langium-monaco-demo/blob/325d708d5846693748da7401fd5d2501df43f33b/src/dsl-editor/AbstractDslServer.ts#L64
see add. params for createServicesForGrammar
default impl is
i cannot spot a "grammar classmodel" in your code