提交 5e2ec87c 编写于 作者: M Matt Bierner

Don't double fire cancel

上级 7854596c
......@@ -173,9 +173,7 @@ export class ParameterHintsModel extends Disposable {
return this.provideSignatureHelpRequest.then(result => {
if (!result || !result.signatures || result.signatures.length === 0) {
this.state = DefaultState;
this.cancel();
this._onCancel.fire(void 0);
return false;
} else {
this.state = new ActiveState(result);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册