diff --git a/src/vs/workbench/api/node/extHostLanguageFeatures.ts b/src/vs/workbench/api/node/extHostLanguageFeatures.ts index c07557aa79c..c404f949e9d 100644 --- a/src/vs/workbench/api/node/extHostLanguageFeatures.ts +++ b/src/vs/workbench/api/node/extHostLanguageFeatures.ts @@ -304,8 +304,7 @@ class CodeActionAdapter { const codeActionContext: vscode.CodeActionContext = { diagnostics: allDiagnostics, - only: context.only ? new CodeActionKind(context.only) : undefined, - triggerKind: context.trigger, + only: context.only ? new CodeActionKind(context.only) : undefined }; return asWinJsPromise(token =>