use forceNewWindow when windowId=_blank

This commit is contained in:
Joao Moreno
2022-04-12 10:57:02 +02:00
parent 35fe695c80
commit cd2b990714
+1
View File
@@ -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)