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',
worker: undefined,
},
quickFixCommands: {
entry: 'vs/editor/contrib/quickFix/quickFixCommands',
codeAction: {
entry: 'vs/editor/contrib/codeAction/codeActionContributions',
worker: undefined,
},
quickOutline: {