Skip to content

Commit d3a5404

Browse files
committed
remove reference to triggerKind
1 parent a443b17 commit d3a5404

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/vs/workbench/api/node/extHostLanguageFeatures.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,7 @@ class CodeActionAdapter {
304304

305305
const codeActionContext: vscode.CodeActionContext = {
306306
diagnostics: allDiagnostics,
307-
only: context.only ? new CodeActionKind(context.only) : undefined,
308-
triggerKind: context.trigger,
307+
only: context.only ? new CodeActionKind(context.only) : undefined
309308
};
310309

311310
return asWinJsPromise(token =>

0 commit comments

Comments
 (0)