You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* tree: add fast path for children updates in compressedObjectTreeModel
I noticed in testing that more things were getting rerendered than they
should have been. This adds a fast path so that, if the elements in
a compressed node don't change when its children are updated, we only
update the children instead of replacing the entire node from the parent
collection.
* testing: use overflow ellipsis in test tree
Fixesmicrosoft#186320
Had to abandon flexbox for this, so do manual tweaks to make codicons show nicely:

0 commit comments