diff --git a/src/server/typescriptServiceClient.ts b/src/server/typescriptServiceClient.ts index b7746fc..1729c6b 100644 --- a/src/server/typescriptServiceClient.ts +++ b/src/server/typescriptServiceClient.ts @@ -161,6 +161,7 @@ export default class TypeScriptServiceClient implements ITypeScriptServiceClient this.logger.dispose() this._onTsServerStarted.dispose() this._onResendModelsRequested.dispose() + this.versionStatus.dispose() } private info(message: string, data?: any): void {