提交 4c3cdfbb 编写于 作者: M Matt Bierner

Fix one more ts cancelation token gating issue

上级 5b6dfc02
......@@ -905,7 +905,7 @@ export default class TypeScriptServiceClient implements ITypescriptServiceClient
}
}
if (this.apiVersion.has220Features() && this.cancellationPipeName) {
if (this.apiVersion.has222Features() && this.cancellationPipeName) {
if (this.trace !== Trace.Off) {
this.logTrace(`TypeScript Service: trying to cancel ongoing request with sequence number ${seq}`);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册