mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-05-05 15:31:27 +00:00
fix(ide): preserve focus when showing diff view (#6795)
This commit is contained in:
parent
14ca687c05
commit
5be9172ad5
1 changed files with 1 additions and 0 deletions
|
|
@ -121,6 +121,7 @@ export class DiffManager {
|
|||
diffTitle,
|
||||
{
|
||||
preview: false,
|
||||
preserveFocus: true,
|
||||
},
|
||||
);
|
||||
await vscode.commands.executeCommand(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue