提交 301d64ef 编写于 作者: M Matt Bierner

Gate cancelation token to ts 2.2.2 since support for this feature is broken in 2.2.1. Fixes #22996

上级 77832d21
......@@ -501,7 +501,7 @@ export default class TypeScriptServiceClient implements ITypescriptServiceClient
if (this.apiVersion.has208Features()) {
args.push('--enableTelemetry');
}
if (this.apiVersion.has220Features()) {
if (this.apiVersion.has222Features()) {
this.cancellationPipeName = electron.getPipeName(`tscancellation-${electron.makeRandomHexString(20)}`);
args.push('--cancellationPipeName', this.cancellationPipeName + '*');
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册