mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 09:20:10 +01:00
Add support for running in the file protocol
This commit is contained in:
parent
abf4bd70a3
commit
a4e18e4226
2 changed files with 13 additions and 3 deletions
|
|
@ -4,8 +4,8 @@
|
|||
CORE: {
|
||||
paths: {
|
||||
npm: 'node_modules/monaco-editor-core/min/vs',
|
||||
dev: '/vscode/out/vs'
|
||||
// dev: '/vscode/out-monaco-editor-core/min/vs',
|
||||
dev: '/vscode/out/vs',
|
||||
built: '/vscode/out-monaco-editor-core/min/vs',
|
||||
}
|
||||
},
|
||||
PLUGINS: [{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue