提交 9461f661 编写于 作者: M Matt Bierner

Interupt geterror requests for signature help requests

See 7eed6236 for more details
上级 7eed6236
......@@ -33,7 +33,7 @@ class TypeScriptSignatureHelpProvider implements vscode.SignatureHelpProvider {
...typeConverters.Position.toFileLocationRequestArgs(filepath, position),
triggerReason: toTsTriggerReason(context!)
};
const response = await this.client.execute('signatureHelp', args, token);
const response = await this.client.interuptGetErr(() => this.client.execute('signatureHelp', args, token));
if (response.type !== 'response' || !response.body) {
return undefined;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册