Updating outdated monaco packages #1867
Replies: 2 comments
|
Hey @shutterfreak, Please ask the people over at the respective project: https://github.com/TypeFox/monaco-languageclient/discussions. We are currently in the process of removing the monaco integration, because it's difficult for us to maintain. |
|
Hi @shutterfreak we opened TypeFox/monaco-languageclient#868 "Integrate Langium project generation and documentation" on the monaco-languageclient side and #1810 to track this. We have the statemachine and the langium grammar example available here: We also use vite to generate a bundle we deploy on GitHub Pages. You can use them directly online here: |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
When scaffolding a langium project with yeoman, the following Monaco-related packages are rather outdated:
The only files importing Monaco-related dependencies are:
Since monaco is now at version 15.0.3 I suppose upgrading from 3.2.3 to 15.0.3 is not straightforward. Can somebody tell how they did it? What modifications are needed?
All reactions