提交 3e715922 编写于 作者: M Matt Bierner

Add comment to WebviewViewResolveContext

上级 2fb42c30
......@@ -2171,6 +2171,11 @@ declare module 'vscode' {
show(preserveFocus?: boolean): void;
}
/**
* Additional information the webview view being resolved.
*
* @param T Type of the webview's state.
*/
interface WebviewViewResolveContext<T = unknown> {
/**
* Persisted state from the webview content.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册