From 3af4913ef3f00de71744de551a568aa713a3beec Mon Sep 17 00:00:00 2001 From: christine betts Date: Fri, 8 Aug 2025 15:38:30 +0000 Subject: [ide-mode] Close all open diffs when the CLI gets closed (#5792) --- packages/core/src/config/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/core/src/config/config.ts') diff --git a/packages/core/src/config/config.ts b/packages/core/src/config/config.ts index 473ab5a6..a06c4505 100644 --- a/packages/core/src/config/config.ts +++ b/packages/core/src/config/config.ts @@ -684,7 +684,7 @@ export class Config { await this.ideClient.connect(); logIdeConnection(this, new IdeConnectionEvent(IdeConnectionType.SESSION)); } else { - this.ideClient.disconnect(); + await this.ideClient.disconnect(); } } -- cgit v1.2.3