mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +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,
|
worker: undefined,
|
||||||
},
|
},
|
||||||
referenceSearch: {
|
referenceSearch: {
|
||||||
entry: 'vs/editor/contrib/referenceSearch/referenceSearch',
|
entry: 'vs/editor/standalone/browser/referenceSearch/standaloneReferenceSearch',
|
||||||
worker: undefined,
|
worker: undefined,
|
||||||
},
|
},
|
||||||
rename: {
|
rename: {
|
||||||
|
|
|
||||||
|
|
@ -169,6 +169,11 @@ module.exports = {
|
||||||
worker: undefined,
|
worker: undefined,
|
||||||
alias: undefined,
|
alias: undefined,
|
||||||
},
|
},
|
||||||
|
rust: {
|
||||||
|
entry: 'vs/basic-languages/rust/rust.contribution',
|
||||||
|
worker: undefined,
|
||||||
|
alias: undefined,
|
||||||
|
},
|
||||||
sb: {
|
sb: {
|
||||||
entry: 'vs/basic-languages/sb/sb.contribution',
|
entry: 'vs/basic-languages/sb/sb.contribution',
|
||||||
worker: undefined,
|
worker: undefined,
|
||||||
|
|
|
||||||
|
|
@ -24,6 +24,6 @@
|
||||||
"homepage": "https://github.com/Microsoft/monaco-editor-webpack-plugin#readme",
|
"homepage": "https://github.com/Microsoft/monaco-editor-webpack-plugin#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"webpack": "^4.5.0",
|
"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