提交 68c78176 编写于 作者: M Matt Bierner

Fixes unknown webview on postMessage

Fixes #45555. These errors will now show up in #45553
上级 93bd5435
......@@ -99,10 +99,12 @@ export class ExtHostWebview implements vscode.Webview {
}
public postMessage(message: any): Thenable<boolean> {
this.assertNotDisposed();
return this._proxy.$sendMessage(this._handle, message);
}
public show(viewColumn: vscode.ViewColumn): void {
this.assertNotDisposed();
this._proxy.$show(this._handle, typeConverters.fromViewColumn(viewColumn));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册