mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-14 12:11:43 +01:00
use forceNewWindow when windowId=_blank
This commit is contained in:
@@ -895,6 +895,7 @@ export class CodeApplication extends Disposable {
|
||||
const [window] = windowsMainService.open({
|
||||
context: OpenContext.API,
|
||||
cli: { ...environmentService.args },
|
||||
forceNewWindow: true,
|
||||
forceEmpty: true,
|
||||
gotoLineMode: true,
|
||||
remoteAuthority: getRemoteAuthority(uri)
|
||||
|
||||
Reference in New Issue
Block a user