mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
Adopt new monaco-editor
This commit is contained in:
parent
961659d32e
commit
5aba6b02ac
3 changed files with 7 additions and 2 deletions
|
|
@ -116,7 +116,7 @@ module.exports = {
|
|||
worker: undefined,
|
||||
},
|
||||
referenceSearch: {
|
||||
entry: 'vs/editor/contrib/referenceSearch/referenceSearch',
|
||||
entry: 'vs/editor/standalone/browser/referenceSearch/standaloneReferenceSearch',
|
||||
worker: undefined,
|
||||
},
|
||||
rename: {
|
||||
|
|
|
|||
|
|
@ -169,6 +169,11 @@ module.exports = {
|
|||
worker: undefined,
|
||||
alias: undefined,
|
||||
},
|
||||
rust: {
|
||||
entry: 'vs/basic-languages/rust/rust.contribution',
|
||||
worker: undefined,
|
||||
alias: undefined,
|
||||
},
|
||||
sb: {
|
||||
entry: 'vs/basic-languages/sb/sb.contribution',
|
||||
worker: undefined,
|
||||
|
|
|
|||
|
|
@ -24,6 +24,6 @@
|
|||
"homepage": "https://github.com/Microsoft/monaco-editor-webpack-plugin#readme",
|
||||
"peerDependencies": {
|
||||
"webpack": "^4.5.0",
|
||||
"monaco-editor": "^0.11.1"
|
||||
"monaco-editor": "^0.12.0"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue