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 629c4c4 commit 2c4772aCopy full SHA for 2c4772a
src/features/editor/TextEditor.tsx
@@ -7,7 +7,7 @@ import useFile from "src/store/useFile";
7
8
loader.config({
9
paths: {
10
- vs: "https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.52.0/min/vs",
+ vs: "https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.52.2/min/vs",
11
},
12
});
13
0 commit comments