Draft showing off the monaco <-> Langium integration. Note that this is still using the "old" monaco-editor-comp version 1.6.1, newer projects should use ^2.0.0. This isn't possible right now, as 2.0.0 requires a multi-project workspace.
In order to start the webserver that serves the editor, you just need to run npm i and npm run start:monaco.
Draft showing off the monaco <-> Langium integration. Note that this is still using the "old" monaco-editor-comp version
1.6.1
, newer projects should use^2.0.0
. This isn't possible right now, as2.0.0
requires a multi-project workspace.In order to start the webserver that serves the editor, you just need to run
npm i
andnpm run start:monaco
.