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
The tree calls getChildren on elements that the user manually collapsed. This is different behavior as compared to the old tree (I verified using vscode 1.29).
Repro steps:
Explorer expand some top level folder, collapse it
Click refresh
Notice that the Tree will ask getChildren of the collapsed folder
The text was updated successfully, but these errors were encountered:
The tree calls
getChildren
on elements that the user manually collapsed. This is different behavior as compared to the old tree (I verified using vscode 1.29).Repro steps:
The text was updated successfully, but these errors were encountered: