Add show method to webview view

Fixes #106085
This commit is contained in:
Matt Bierner
2020-09-08 17:19:03 -07:00
parent 93a0c99f18
commit f79540dc65
6 changed files with 29 additions and 1 deletions

View File

@@ -641,6 +641,8 @@ export interface MainThreadWebviewViewsShape extends IDisposable {
$setWebviewViewTitle(handle: WebviewHandle, value: string | undefined): void;
$setWebviewViewDescription(handle: WebviewHandle, value: string | undefined): void;
$show(handle: WebviewHandle, preserveFocus: boolean): void;
}
export interface WebviewPanelViewStateData {