This commit is contained in:
Johannes Rieken
2019-06-19 11:52:35 +02:00
parent 4a7e7b5cef
commit 781e61bf56
2 changed files with 2 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ export class MainThreadWindow implements MainThreadWindowShape {
}
}
return this.windowsService.openExternal(encodeURI(uri.toString(true)));
return this.windowsService.openExternal(uri.toString());
}
private getLocalhostPort(uri: URI): number | undefined {