We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a443b17 commit d3a5404Copy full SHA for d3a5404
1 file changed
src/vs/workbench/api/node/extHostLanguageFeatures.ts
@@ -304,8 +304,7 @@ class CodeActionAdapter {
304
305
const codeActionContext: vscode.CodeActionContext = {
306
diagnostics: allDiagnostics,
307
- only: context.only ? new CodeActionKind(context.only) : undefined,
308
- triggerKind: context.trigger,
+ only: context.only ? new CodeActionKind(context.only) : undefined
309
};
310
311
return asWinJsPromise(token =>
0 commit comments