mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Moves src/{typescript,css,...} to src/language/{typescript,css,...} to align with the released paths
This commit is contained in:
parent
9eb7c18143
commit
91edee5791
35 changed files with 85 additions and 81 deletions
|
|
@ -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';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue