mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
Fixes #12: Catch up with 0.13.x rename
This commit is contained in:
parent
900e817512
commit
c75e97e037
2 changed files with 7 additions and 2 deletions
|
|
@ -107,8 +107,8 @@ module.exports = {
|
|||
entry: 'vs/editor/standalone/browser/quickOpen/quickCommand',
|
||||
worker: undefined,
|
||||
},
|
||||
quickFixCommands: {
|
||||
entry: 'vs/editor/contrib/quickFix/quickFixCommands',
|
||||
codeAction: {
|
||||
entry: 'vs/editor/contrib/codeAction/codeActionContributions',
|
||||
worker: undefined,
|
||||
},
|
||||
quickOutline: {
|
||||
|
|
|
|||
|
|
@ -194,6 +194,11 @@ module.exports = {
|
|||
worker: undefined,
|
||||
alias: undefined,
|
||||
},
|
||||
st: {
|
||||
entry: 'vs/basic-languages/st/st.contribution',
|
||||
worker: undefined,
|
||||
alias: undefined,
|
||||
},
|
||||
swift: {
|
||||
entry: 'vs/basic-languages/swift/swift.contribution',
|
||||
worker: undefined,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue