mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-13 15:35:20 +01:00
vscode-dts: Fix typedoc for WebviewPanel.dispose()
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user