Skip to content

Commit

Permalink
Merge branch 'webviewdispose' into monaco
Browse files Browse the repository at this point in the history
  • Loading branch information
abentkamp committed Jul 30, 2024
2 parents 27531bf + b53b771 commit 345d98e
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 @@ -507,6 +507,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 345d98e

Please sign in to comment.