mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
Fix one more ts cancelation token gating issue
This commit is contained in:
@@ -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}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user