first cut proposed api for vscode.open, #66741

This commit is contained in:
Johannes Rieken
2019-01-18 11:27:17 -08:00
parent 594ad5a341
commit 073aba1923
5 changed files with 32 additions and 3 deletions

View File

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