Browse Source

monaco editor update

Martin Kunz 9 months ago
parent
commit
0146999d96
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main.ts

+ 1 - 1
src/main.ts

@@ -14,7 +14,7 @@ app.use(pinia)
 app.use(VueMonacoEditorPlugin, {
     paths: {
       // The recommended CDN config
-      vs: 'https://cdn.jsdelivr.net/npm/monaco-editor@0.44.0/min/vs'
+      vs: 'https://cdn.jsdelivr.net/npm/monaco-editor@0.47.0/min/vs'
     },
   })
 app.mount('#app')