mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 15:25:47 +01:00
new window to open in new window
This commit is contained in:
@@ -1581,7 +1581,8 @@ export class WindowsManager implements IWindowsMainService {
|
||||
cli = { ...cli, remote };
|
||||
}
|
||||
const forceReuseWindow = options && options.reuseWindow;
|
||||
return this.open({ context, cli, forceEmpty: true, forceReuseWindow });
|
||||
const forceNewWindow = !forceReuseWindow;
|
||||
return this.open({ context, cli, forceEmpty: true, forceNewWindow, forceReuseWindow });
|
||||
}
|
||||
|
||||
openNewTabbedWindow(context: OpenContext): ICodeWindow[] {
|
||||
|
||||
Reference in New Issue
Block a user