Skip to content

Commit

Permalink
upgrade cdnjs link for monaco-editor to 0.52.2 (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleole39 authored Dec 18, 2024
1 parent 629c4c4 commit 2c4772a
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 2c4772a

Please sign in to comment.