From 91a1feadae4cd90f3ea89fc607d987e1b5c67f05 Mon Sep 17 00:00:00 2001 From: Quinn Slack Date: Thu, 1 Aug 2024 01:52:52 +0200 Subject: [PATCH] dispose client in createController --- client/vscode-lib/src/controller.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/client/vscode-lib/src/controller.ts b/client/vscode-lib/src/controller.ts index 18f463c9..cee61b52 100644 --- a/client/vscode-lib/src/controller.ts +++ b/client/vscode-lib/src/controller.ts @@ -115,6 +115,7 @@ export function createController({ providers, preloadDelay, }) + disposables.push(client) const errorLog = (error: any) => { console.error(error)