vscode-dts: Fix typedoc for WebviewPanel.dispose()

This commit is contained in:
Jimmy Leung
2026-01-20 16:50:59 +08:00
parent 4ec8c09e46
commit fc884f0e50
+1 -1
View File
@@ -10138,7 +10138,7 @@ declare module 'vscode' {
*
* This closes the panel if it showing and disposes of the resources owned by the webview.
* Webview panels are also disposed when the user closes the webview panel. Both cases
* fire the `onDispose` event.
* fire the `onDidDispose` event.
*/
dispose(): any;
}