mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
Fixes playground
This commit is contained in:
parent
b67461f194
commit
e48d884fb3
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ export function toLoaderConfig(settings: Settings): IMonacoSetup {
|
||||||
}
|
}
|
||||||
|
|
||||||
Object.assign(setup.loaderConfigPaths, {
|
Object.assign(setup.loaderConfigPaths, {
|
||||||
"vs/fillers/monaco-editor-core": `${root}/out/amd/fillers/monaco-editor-core-amd`,
|
"vs/fillers/monaco-editor-core": `${root}/out/languages/amd-tsc/fillers/monaco-editor-core-amd`,
|
||||||
"vs/language": `${languagesUrl}/language`,
|
"vs/language": `${languagesUrl}/language`,
|
||||||
"vs/basic-language": `${languagesUrl}/basic-language`,
|
"vs/basic-language": `${languagesUrl}/basic-language`,
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue