Merge pull request #3590 from microsoft/hediet/alternative-shark

Fixes playground
pull/3591/head
Henning Dieterichs 2 years ago committed by GitHub
commit 8c0dd6c726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save