Removes filler (#5035)

* Removes filler

* Removes more fillers
This commit is contained in:
Henning Dieterichs 2025-10-09 18:00:08 +02:00 committed by GitHub
parent b16daf88e2
commit f5e7e16b8f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 8 deletions

View file

@ -162,7 +162,6 @@ export function toLoaderConfig(settings: Settings): IMonacoSetup {
}
Object.assign(setup.loaderConfigPaths, {
"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`,
});