Skip to content

Commit

Permalink
upgrade cdnjs link for monaco-editor to 0.52.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oleole39 committed Dec 17, 2024
1 parent 46d1182 commit e02e66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/editor/TextEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
});

Expand Down

0 comments on commit e02e66d

Please sign in to comment.