File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
website/src/components/Playground Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ export const MONACO_VERSION = pkg.version ?? '0.46.0';
1818const monacoPreloads = [
1919 `https://cdn.jsdelivr.net/npm/monaco-editor@${ MONACO_VERSION } /min/vs/editor/editor.main.js` ,
2020 //`https://cdn.jsdelivr.net/npm/monaco-editor@${MONACO_VERSION}/min/vs/editor/editor.main.css`, if we load this early the css doesn't work right
21- `https://cdn.jsdelivr.net/npm/monaco-editor@${ MONACO_VERSION } /min/vs/editor/editor.main.nls .js` ,
22- `https://cdn.jsdelivr.net/npm/monaco-editor@${ MONACO_VERSION } /min/vs/basic-languages/typescript/typescript .js` ,
23- `https://cdn.jsdelivr.net/npm/monaco-editor@${ MONACO_VERSION } /min/vs/language/typescript/tsMode .js` ,
21+ `https://cdn.jsdelivr.net/npm/monaco-editor@${ MONACO_VERSION } /min/vs/loader .js` ,
22+ `https://cdn.jsdelivr.net/npm/monaco-editor@${ MONACO_VERSION } /min/vs/nls.messages-loader .js` ,
23+ `https://cdn.jsdelivr.net/npm/monaco-editor@${ MONACO_VERSION } /min/vs/basic-languages/monaco.contribution .js` ,
2424] ;
2525const workerPreloads = [
2626 `https://cdn.jsdelivr.net/npm/monaco-editor@${ MONACO_VERSION } /min/vs/base/worker/workerMain.js` ,
You can’t perform that action at this time.
0 commit comments