Prevent IDE error message when closing a project
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: vdavid
Fixes https://github.com/sourcegraph/sourcegraph/issues/36294
Had to fix the disposing hierarchy.
@madppiper solved this in this PR: https://github.com/sourcegraph/sourcegraph/pull/36298, just it was in conflict with the current main
so I re-created his solution in the current PR.
It was also a good way to properly understand what he was doing. I think I gained a better understanding of the disposing hierarchy.
Check out the client app preview documentation to learn more.
Push commits to the source branch or add previously merged commits to review them.