We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a53b85 commit e1dd699Copy full SHA for e1dd699
packages/app/src/app/components/CodeEditor/Monaco/mode.js
@@ -13,7 +13,7 @@ export default async (title: string, monaco) => {
13
if (kind[1] === 'html') return 'html';
14
if (kind[1] === 'vue') {
15
if (!monaco.languages.getLanguages().find(l => l.id === 'vue')) {
16
- await requireAMDModule(['13/vs/language/vue/monaco.contribution']);
+ await requireAMDModule(['vs/language/vue/monaco.contribution']);
17
}
18
return 'vue';
19
0 commit comments