mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
fix(ide): preserve focus when showing diff view (#6795)
This commit is contained in:
@@ -121,6 +121,7 @@ export class DiffManager {
|
||||
diffTitle,
|
||||
{
|
||||
preview: false,
|
||||
preserveFocus: true,
|
||||
},
|
||||
);
|
||||
await vscode.commands.executeCommand(
|
||||
|
||||
Reference in New Issue
Block a user