diff --git a/features.js b/features.js index b91a2a3c..2b6bbaa2 100644 --- a/features.js +++ b/features.js @@ -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: { diff --git a/languages.js b/languages.js index 8bee85c9..e8988bbb 100644 --- a/languages.js +++ b/languages.js @@ -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,