Don't include loader.js in monaco-editor-core build, as the loader is no longer used. (#286722)

Prepares for https://github.com/microsoft/vscode/issues/285255.
This commit is contained in:
Henning Dieterichs
2026-01-09 12:43:56 +01:00
committed by GitHub
parent 4f9b1f6593
commit 63c58419fd

View File

@@ -120,7 +120,6 @@ export function extractEditor(options: tss.ITreeShakingOptions & { destRoot: str
copyFile(file);
});
copyFile('vs/loader.js');
copyFile('typings/css.d.ts');
copyFile('../node_modules/@vscode/tree-sitter-wasm/wasm/web-tree-sitter.d.ts', '@vscode/tree-sitter-wasm.d.ts');
}