mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
Removing webview widget api. Will go with more declarative approach
This commit is contained in:
@@ -364,8 +364,6 @@ export interface MainThreadWebviewsShape extends IDisposable {
|
||||
|
||||
$registerSerializer(viewType: string): void;
|
||||
$unregisterSerializer(viewType: string): void;
|
||||
|
||||
$showWebviewWidget(handle: WebviewHandle, editorId: string, position: IPosition, viewType: string, options: vscode.WebviewOptions): void;
|
||||
}
|
||||
|
||||
export interface ExtHostWebviewsShape {
|
||||
|
||||
Reference in New Issue
Block a user