Skip to content

Commit 3e71592

Browse files
committed
Add comment to WebviewViewResolveContext
1 parent 2fb42c3 commit 3e71592

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/vs/vscode.proposed.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2171,6 +2171,11 @@ declare module 'vscode' {
21712171
show(preserveFocus?: boolean): void;
21722172
}
21732173

2174+
/**
2175+
* Additional information the webview view being resolved.
2176+
*
2177+
* @param T Type of the webview's state.
2178+
*/
21742179
interface WebviewViewResolveContext<T = unknown> {
21752180
/**
21762181
* Persisted state from the webview content.

0 commit comments

Comments
 (0)