Skip to content

Commit

Permalink
fix: [lean4web] dispose webviewPanel in InfoProvider.dispose
Browse files Browse the repository at this point in the history
  • Loading branch information
abentkamp authored and joneugster committed Aug 16, 2024
1 parent 93095f9 commit df64396
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vscode-lean4/src/infoview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@ export class InfoProvider implements Disposable {
// active client is changing.
this.clearNotificationHandlers()
this.clearRpcSessions(null)
this.webviewPanel?.dispose()
for (const s of this.clientSubscriptions) {
s.dispose()
}
Expand Down

0 comments on commit df64396

Please sign in to comment.