suren-atoyan / monaco-loader

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

upgrade monaco-editor version to 0.43.0 #37

Closed jgoux closed 11 months ago

jgoux commented 11 months ago

To use the latest published version of monaco-editor. 👍

Once merged, could you do a new release? 🙏

So we can then upgrade @monaco-editor/react dependencies to this version 👆 and enjoy TypeScript v5 with it. 😄

Urook commented 11 months ago

@suren-atoyan +1 May this please be done? :)

suren-atoyan commented 11 months ago

@jgoux @Urook I'll let you know once I release the new version. But please note that you can always load a different monaco version by using the config:

import loader from '@monaco-editor/loader';

loader.config({ paths: { vs: 'https://cdn.jsdelivr.net/npm/monaco-editor@0.43.0/min/vs' } });
Urook commented 11 months ago

@suren-atoyan Is it possible to update @monaco-editor/react with this new package after it is released?

suren-atoyan commented 11 months ago

this is publish 🙂 check the latest version