Fixes #12: Catch up with 0.13.x rename

pull/2748/head
Alex Dima 7 years ago
parent 900e817512
commit c75e97e037

@ -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…
Cancel
Save