Removing webview widget api. Will go with more declarative approach

This commit is contained in:
Matt Bierner
2018-04-10 15:32:55 -07:00
parent 5dd148f919
commit bd83b6da57
6 changed files with 5 additions and 31 deletions

View File

@@ -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 {