revealing a non-existing tree item results in an (unhelpful) error #52944
Labels
bug
Issue identified by VS Code Team member as probable bug
tree-views
Extension tree view issues
verified
Verification succeeded
Milestone
testing #52806:
If no error occurs (and the breakpoint is not hit), collapse/expand the process view or hide/unhide it.
Observe: you hit the breakpoint and the error message refers to the internal id of the treeitem.
Without the error handler the following massive error shows up in the console:
IMO the usefulness of the error is questionable.
Since it can always happen that a revealed item has dropped from the tree, installing an error handler seems to be mandatory. But what can be done in the handler other than suppressing the error?
The text was updated successfully, but these errors were encountered: