mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Fix a path and bump editor used for developing website (#4152)
This commit is contained in:
parent
c4fa782fc2
commit
e7d7a5b072
3 changed files with 7 additions and 7 deletions
|
|
@ -6,8 +6,8 @@
|
|||
'npm/dev': 'node_modules/monaco-editor-core/dev/vs',
|
||||
'npm/min': 'node_modules/monaco-editor-core/min/vs',
|
||||
built: '/vscode/out-monaco-editor-core/min/vs',
|
||||
releaseDev: 'release/dev/vs',
|
||||
releaseMin: 'release/min/vs'
|
||||
releaseDev: 'out/monaco-editor/dev/vs',
|
||||
releaseMin: 'out/monaco-editor/min/vs'
|
||||
};
|
||||
const pluginPaths = {
|
||||
src: 'out/amd',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue