diff options
| author | Uri Shaked | 2022-05-23 17:51:28 +0300 |
|---|---|---|
| committer | Uri Shaked | 2022-05-23 17:51:28 +0300 |
| commit | 8999cbc8f6df0d0f2cabfb54da1d8d059837b746 (patch) | |
| tree | db087355e917357772f4680cf20ed0a61ed6103f /demo/src | |
| parent | refactor(demo): migrate to Vite (diff) | |
| download | avr8js-8999cbc8f6df0d0f2cabfb54da1d8d059837b746.tar.gz avr8js-8999cbc8f6df0d0f2cabfb54da1d8d059837b746.tar.bz2 avr8js-8999cbc8f6df0d0f2cabfb54da1d8d059837b746.zip | |
chore(demo): upgrade monaco editor to 0.33.0
Diffstat (limited to '')
| -rw-r--r-- | demo/src/index.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/src/index.ts b/demo/src/index.ts index a8a0876..a76d1fe 100644 --- a/demo/src/index.ts +++ b/demo/src/index.ts @@ -30,7 +30,7 @@ void loop() { declare const window: any; // eslint-disable-line @typescript-eslint/no-explicit-any declare const monaco: any; // eslint-disable-line @typescript-eslint/no-explicit-any window.require.config({ - paths: { vs: 'https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.21.2/min/vs' }, + paths: { vs: 'https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.33.0/min/vs' }, }); window.require(['vs/editor/editor.main'], () => { editor = monaco.editor.create(document.querySelector('.code-editor'), { |
