This commit is contained in:
Benjamin Pasero
2019-08-20 11:01:07 +02:00
parent df0dd2edc2
commit d5026ed3fb
12 changed files with 63 additions and 84 deletions

View File

@@ -59,7 +59,7 @@ export class MainThreadWindow implements MainThreadWindowShape {
}
}
return this.openerService.openExternal(uri);
return this.openerService.open(uri, { openExternal: true });
}
private getOrCreateTunnel(remotePort: number): Promise<RemoteTunnel> | undefined {