Adopt new monaco-editor

This commit is contained in:
Alex Dima 2018-04-12 09:30:17 +02:00
parent 961659d32e
commit 5aba6b02ac
3 changed files with 7 additions and 2 deletions

View file

@ -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,