mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
Add support from running out of /release/
This commit is contained in:
parent
196f355660
commit
8a50a4ffc0
2 changed files with 32 additions and 17 deletions
|
|
@ -6,6 +6,8 @@
|
|||
npm: 'node_modules/monaco-editor-core/min/vs',
|
||||
dev: '/vscode/out/vs',
|
||||
built: '/vscode/out-monaco-editor-core/min/vs',
|
||||
releaseDev: 'release/dev/vs',
|
||||
releaseMin: 'release/min/vs',
|
||||
}
|
||||
},
|
||||
PLUGINS: [{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue