We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Testing #105764
When dragging back into the activity bar, a visibility change event is fired on the view that is about to be disposed, which I didn't expect
The text was updated successfully, but these errors were encountered:
I've tracked this down to this set of lines:
vscode/src/vs/workbench/services/views/common/viewContainerModel.ts
Line 552 in 39f8e2a
The first event fires setVisible(false) the second fires dispose
setVisible(false)
dispose
Sorry, something went wrong.
mjbvz
No branches or pull requests
Testing #105764
When dragging back into the activity bar, a visibility change event is fired on the view that is about to be disposed, which I didn't expect
The text was updated successfully, but these errors were encountered: