Fixes #12: Catch up with 0.13.x rename

This commit is contained in:
Alex Dima 2018-05-18 14:48:47 +02:00
parent 900e817512
commit c75e97e037
2 changed files with 7 additions and 2 deletions

View file

@ -107,8 +107,8 @@ module.exports = {
entry: 'vs/editor/standalone/browser/quickOpen/quickCommand', entry: 'vs/editor/standalone/browser/quickOpen/quickCommand',
worker: undefined, worker: undefined,
}, },
quickFixCommands: { codeAction: {
entry: 'vs/editor/contrib/quickFix/quickFixCommands', entry: 'vs/editor/contrib/codeAction/codeActionContributions',
worker: undefined, worker: undefined,
}, },
quickOutline: { quickOutline: {

View file

@ -194,6 +194,11 @@ module.exports = {
worker: undefined, worker: undefined,
alias: undefined, alias: undefined,
}, },
st: {
entry: 'vs/basic-languages/st/st.contribution',
worker: undefined,
alias: undefined,
},
swift: { swift: {
entry: 'vs/basic-languages/swift/swift.contribution', entry: 'vs/basic-languages/swift/swift.contribution',
worker: undefined, worker: undefined,