BBx-Kitchen / bbj-language-server

BBj Language Server
MIT License
6 stars 6 forks source link

Add monaco editor and language webworker #71

Open msujew opened 1 year ago

msujew commented 1 year ago

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.