mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 10:38:59 +01:00
Prototype webview widget
Start prototyping a webview widget. Code is still super rough
This commit is contained in:
@@ -359,6 +359,8 @@ export interface MainThreadWebviewsShape extends IDisposable {
|
||||
|
||||
$registerSerializer(viewType: string): void;
|
||||
$unregisterSerializer(viewType: string): void;
|
||||
|
||||
$showWebviewWidget(handle: WebviewHandle, editorId: string, lineNumber: number, viewType: string, options: vscode.WebviewOptions): void;
|
||||
}
|
||||
|
||||
export interface ExtHostWebviewsShape {
|
||||
|
||||
Reference in New Issue
Block a user