mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 13:03:42 +01:00
If I switch workspace, focus moves to different VS Code instance (fix #106727)
This commit is contained in:
@@ -338,7 +338,7 @@ export class CodeWindow extends Disposable implements ICodeWindow {
|
||||
}
|
||||
|
||||
focus(options?: { force: boolean }): void {
|
||||
// macOS: Electron >6.x changed its behaviour to not
|
||||
// macOS: Electron > 7.x changed its behaviour to not
|
||||
// bring the application to the foreground when a window
|
||||
// is focused programmatically. Only via `app.focus` and
|
||||
// the option `steal: true` can you get the previous
|
||||
|
||||
Reference in New Issue
Block a user