mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 08:10:11 +01:00
Merge pull request #3590 from microsoft/hediet/alternative-shark
Fixes playground
This commit is contained in:
commit
8c0dd6c726
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ export function toLoaderConfig(settings: Settings): IMonacoSetup {
|
|||
}
|
||||
|
||||
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/basic-language": `${languagesUrl}/basic-language`,
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue