We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 468dc1c commit f46cbadCopy full SHA for f46cbad
1 file changed
index.html
@@ -6,7 +6,8 @@
6
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7
<title>RM Plugin Generator</title>
8
<!-- monaco -->
9
- <link rel="stylesheet" data-name="vs/editor/editor.main" href="./lib/monaco-editor/min/vs/editor/editor.main.css" />
+ <link rel="stylesheet" data-name="vs/editor/editor.main"
10
+ href="https://unpkg.com/monaco-editor@latest/min/vs/editor/editor.main.css" />
11
<script>
12
var require = {
13
paths: { vs: "https://unpkg.com/monaco-editor@latest/min/vs" },
0 commit comments