提交 22b9009c 编写于 作者: B Benjamin Pasero

VSCode does not respect window layout during debugging [Windows] (fixes #2612)

上级 6745a1e1
......@@ -176,11 +176,7 @@ export class ElectronWindow {
public focus(): void {
if (!this.win.isFocused()) {
if (platform.isWindows || platform.isLinux) {
this.win.show(); // Windows & Linux sometimes cannot bring the window to the front when it is in the background
} else {
this.win.focus();
}
this.win.focus();
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册