upgrade cdnjs link for monaco-editor to 0.52.2 (#443)

This commit is contained in:
oleole39 2024-12-18 08:14:11 +00:00 committed by GitHub
parent 629c4c43e8
commit 2c4772a3e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ import useFile from "src/store/useFile";
loader.config({
paths: {
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",
},
});