-
Hi, first of all congrats for the new Langium major release! I started evaluating how to upgrade my current project to the new major release and I'm facing the issue that the support for the web workers for web usage has been removed. Is there anywhere a post / doc / instructions about how to reach the same result that is explained in this old Langium documentation page? Thank you very much! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @colomboe . Thanks for the congrats! We don't have updated docs yet for that unfortunately, not since Langium 2.X. But we're planning to remove those from this site, and rather incorporate the web-integration guides over at the monaco-languageclient repo itself (while leaving outbound links to the new guide details where it makes sense). Between Langium and the MLC, the later moves pretty quick, and so we want to shift the support focus for integration guides into that repo. In particular, there's a couple sections in the MLC readme about supporting the Langium grammar language itself and the Langium statemachine example. As of yesterday (Aug. 15th), it looks like that's already updated for Langium 4.0.0. |
Beta Was this translation helpful? Give feedback.
Hi @colomboe . Thanks for the congrats! We don't have updated docs yet for that unfortunately, not since Langium 2.X. But we're planning to remove those from this site, and rather incorporate the web-integration guides over at the monaco-languageclient repo itself (while leaving outbound links to the new guide details where it makes sense). Between Langium and the MLC, the later moves pretty quick, and so we want to shift the support focus for integration guides into that repo.
In particular, there's a couple sections in the MLC readme about supporting the Langium grammar language itself and the Langium statemachine example. As of yesterday (Aug. 15th), it looks like that's already update…