Expanded item in debug console collapses when new output is added #64460
Labels
bug
Issue identified by VS Code Team member as probable bug
debug
Debug viewlet, configurations, breakpoints, adapter issues
tree-widget
Tree widget issues
verified
Verification succeeded
Milestone
I am in a debugging session where when new output is added to the debug console, expanded objects are collapsed. This only happens in EH debugging, not node, for some reason.
Add this code to the activate method of an extension:
I debugged this enough to verify that nothing is calling "collapse" on the tree, it seems like it's just happening when the DataTree refreshes. https://github.com/Microsoft/vscode/blob/master/src/vs/base/browser/ui/tree/asyncDataTree.ts#L524
I can't figure out why this doesn't happen when debugging a simple node script with the same code.
The text was updated successfully, but these errors were encountered: