TypeFox / monaco-languageclient

Repo hosts npm packages for monaco-languageclient, vscode-ws-jsonrpc, monaco-editor-wrapper, @typefox/monaco-editor-react and monaco-languageclient-examples
https://www.npmjs.com/package/monaco-languageclient
MIT License
992 stars 171 forks source link

Make code compatible with vite build, small corrections #661

Closed kaisalmen closed 1 month ago

kaisalmen commented 1 month ago

@CGNonofr I realized that the examples don't work well when vite build is used. At some point I want to deploy the examples that don't require a backend to website (e.g. GH Pages).

The need for shx/shelljs is removed. It has been replace by a node script written in TS that is executed with vie-node.

kaisalmen commented 1 month ago

@CGNonofr I think this is now ready