Add WebviewView.description

Allow configuring the description for webview views.

This is rendered next to the title in a less prominently in the title
This commit is contained in:
Matt Bierner
2020-09-08 15:23:43 -07:00
parent 1fbd17331e
commit 4c7071e9ab
6 changed files with 45 additions and 8 deletions

View File

@@ -640,6 +640,7 @@ export interface MainThreadWebviewViewsShape extends IDisposable {
$unregisterWebviewViewProvider(viewType: string): void;
$setWebviewViewTitle(handle: WebviewHandle, value: string | undefined): void;
$setWebviewViewDescription(handle: WebviewHandle, value: string | undefined): void;
}
export interface WebviewPanelViewStateData {