mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user