提交 4180c4f1 编写于 作者: M Matt Bierner

Make sure we cancel previous code action requests

上级 c11d1e2b
......@@ -206,7 +206,7 @@ export class CodeActionModel {
}
if (this._state.type === CodeActionsState.Type.Triggered) {
// this._state.actions.cancel();
this._state.actions.cancel();
}
this.setState(CodeActionsState.Empty);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册