mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-01 05:00:46 +00:00
[ide-mode] Close all open diffs when the CLI gets closed (#5792)
This commit is contained in:
parent
5ec4ea9b4d
commit
3af4913ef3
7 changed files with 126 additions and 7 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue