use electron openExternal, return boolean-promise, rename to 'open', #66741

This commit is contained in:
Johannes Rieken
2019-01-21 17:03:15 -08:00
parent e83c7a08a9
commit 232006c427
4 changed files with 7 additions and 10 deletions

View File

@@ -621,7 +621,7 @@ export interface MainThreadDebugServiceShape extends IDisposable {
export interface MainThreadWindowShape extends IDisposable {
$getWindowVisibility(): Promise<boolean>;
$openUri(uri: UriComponents): Promise<any>;
$openUri(uri: UriComponents): Promise<boolean>;
}
// -- extension host