This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Description
At the moment it isn't obvious how to make view models dispose of their resources.
In PR #1359 I've used a workaround that assumes that only one instance of PullRequestDetailViewModel will exist at a time:
6c4ff1b#diff-347b0f42676901bf61fcbabb3c74ec3eR88
If the the GitHub pane starts disposing of its view models, this can be removed.