-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert "Fix tree data provider being accessed after disposed" #165944
Conversation
This reverts commit 5ab1806.
This fixes #165739 |
I haven't yet been able to come up with another solution that doesn't break the tree. We can revert for now. @joyceerhl and @sandy081 can your trees set the data provider earlier instead of waiting for set visible? |
Actually, I don't see why they couldn't. The tree view constructor is very light after the perf improvements I did last month. vscode/src/vs/workbench/browser/parts/views/treeView.ts Lines 246 to 267 in cf46b99
|
New PR: #166029 |
Abandoning this PR in favour of the other, as I did not realise this did not get merged. |
Reverts #165087
Fixes #165739
@alexr00 Reverting this fix because it breaks other tree views - settings sync views are no longer showing data