suren-atoyan / monaco-loader

The utility to easy setup monaco-editor into your browser
MIT License
175 stars 37 forks source link

Update to the latest monaco-editor #47

Open owenthereal opened 4 weeks ago

owenthereal commented 4 weeks ago

I'm wondering whether it's possible to update to the latest monaco-editor (at the time of the writing: https://github.com/microsoft/monaco-editor/releases/tag/v0.50.0). Thanks!

owenthereal commented 4 weeks ago

The version is locked to 0.43.0 even if I bumped it in my project. I think it comes from https://github.com/suren-atoyan/monaco-loader/blob/master/playground/package-lock.json#L11.

suren-atoyan commented 2 days ago

@owenthereal you can use loader.config to load whatever version you want. Check this please.