changing collapsibleState to expanded does not expand node #40179
Labels
bug
Issue identified by VS Code Team member as probable bug
*duplicate
Issue identified as a duplicate of another issue(s)
tree-views
Extension tree view issues
Steps:
TreeItem with collapsibleState !== TreeItemCollapsibleState.Expanded
set the collapsibleState toTreeItemCollapsibleState.Expanded
and fire aonDidChangeTreeData
event.Observe: the tree item starts to show a expand triangle but the node does not actually expand.
The text was updated successfully, but these errors were encountered: