mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
first cut proposed api for vscode.open, #66741
This commit is contained in:
@@ -621,6 +621,7 @@ export interface MainThreadDebugServiceShape extends IDisposable {
|
||||
|
||||
export interface MainThreadWindowShape extends IDisposable {
|
||||
$getWindowVisibility(): Promise<boolean>;
|
||||
$openUri(uri: UriComponents): Promise<any>;
|
||||
}
|
||||
|
||||
// -- extension host
|
||||
|
||||
Reference in New Issue
Block a user