This reverts commit 781e61bf56.
This commit is contained in:
Johannes Rieken
2019-07-05 17:12:45 +02:00
parent 69146d090e
commit 4259b43f70
2 changed files with 2 additions and 2 deletions

View File

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