suren-atoyan / monaco-loader

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

when will monaco-editor v0.38.0 be supported #32

Closed JackieCheung closed 1 year ago

JackieCheung commented 1 year ago

When will monaco-editor v0.38.0 be supported?

suren-atoyan commented 1 year ago

@JackieCheung you can use config and switch to v0.38.0 now.


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

// you can change the source of the monaco files
loader.config({ paths: { vs: 'https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.38.0/min/vs/' } });