suren-atoyan / monaco-loader

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

Update monaco-editor to version 0.34.0 #24

Closed Urook closed 2 years ago

Urook commented 2 years ago

@suren-atoyan Is this PR ok by you? (GitHub does not let me add you as a reviewer for some reason)

suren-atoyan commented 2 years ago

hey @Urook, yes, it looks good - I'll merge it now, but it will take some time to publish it

suren-atoyan commented 2 years ago

@Urook also, be aware that you can always choose the exact version you need by using config:


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

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

Thank you :)