mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode 1b314ab317fbff7d799b21754326b7d849889ceb
This commit is contained in:
@@ -156,6 +156,8 @@ export class LaunchMainService implements ILaunchMainService {
|
||||
else {
|
||||
const lastActive = this.windowsMainService.getLastActiveWindow();
|
||||
if (lastActive) {
|
||||
// Force focus the app before requesting window focus
|
||||
app.focus({ steal: true });
|
||||
lastActive.focus();
|
||||
|
||||
usedWindows = [lastActive];
|
||||
|
||||
Reference in New Issue
Block a user