Moves src/{typescript,css,...} to src/language/{typescript,css,...} to align with the released paths

This commit is contained in:
Henning Dieterichs 2022-02-02 17:12:13 +01:00
parent 9eb7c18143
commit 91edee5791
No known key found for this signature in database
GPG key ID: 771381EFFDB9EC06
35 changed files with 85 additions and 81 deletions

View file

@ -209,13 +209,9 @@
let loaderPathsConfig = {};
window.AMD = true;
if (IS_FILE_PROTOCOL) {
loaderPathsConfig['vs/language/fillers/monaco-editor-core'] =
DIRNAME + '/../.././out/amd/fillers/monaco-editor-core-amd';
loaderPathsConfig['vs/fillers/monaco-editor-core'] =
DIRNAME + '/../.././out/amd/fillers/monaco-editor-core-amd';
} else {
loaderPathsConfig['vs/language/fillers/monaco-editor-core'] =
PATH_PREFIX + '/monaco-editor/./out/amd/fillers/monaco-editor-core-amd';
loaderPathsConfig['vs/fillers/monaco-editor-core'] =
PATH_PREFIX + '/monaco-editor/./out/amd/fillers/monaco-editor-core-amd';
}