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

Fixes playground
pull/3591/head
Henning Dieterichs 2023-02-23 16:09:33 +01:00 committed by GitHub
commit 8c0dd6c726
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`,
});