remove reference to triggerKind

This commit is contained in:
Matt Bierner
2018-06-15 11:23:45 -07:00
parent a443b17aa5
commit d3a54049da

View File

@@ -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 =>