fix(ide): preserve focus when showing diff view (#6795)
This commit is contained in:
parent
14ca687c05
commit
5be9172ad5
|
@ -121,6 +121,7 @@ export class DiffManager {
|
||||||
diffTitle,
|
diffTitle,
|
||||||
{
|
{
|
||||||
preview: false,
|
preview: false,
|
||||||
|
preserveFocus: true,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
await vscode.commands.executeCommand(
|
await vscode.commands.executeCommand(
|
||||||
|
|
Loading…
Reference in New Issue