diff options
| author | Shreya Keshive <[email protected]> | 2025-08-21 19:24:45 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-22 02:24:45 +0000 |
| commit | 5be9172ad5a059f9cb255e4b01d5265038588dfa (patch) | |
| tree | c1d7845fb6d2b8b51d83f540c0a1b925cea543f4 /packages/vscode-ide-companion/src/diff-manager.ts | |
| parent | 14ca687c056355d210a5c16c093fb85d96516db4 (diff) | |
fix(ide): preserve focus when showing diff view (#6795)v0.2.2
Diffstat (limited to 'packages/vscode-ide-companion/src/diff-manager.ts')
| -rw-r--r-- | packages/vscode-ide-companion/src/diff-manager.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/vscode-ide-companion/src/diff-manager.ts b/packages/vscode-ide-companion/src/diff-manager.ts index abbc6eec..ec713478 100644 --- a/packages/vscode-ide-companion/src/diff-manager.ts +++ b/packages/vscode-ide-companion/src/diff-manager.ts @@ -121,6 +121,7 @@ export class DiffManager { diffTitle, { preview: false, + preserveFocus: true, }, ); await vscode.commands.executeCommand( |
