"Reveal in Explorer View" fails for nested files #156531
Labels
bug
Issue identified by VS Code Team member as probable bug
file-explorer
Explorer widget issues
insiders-released
Patch has been released in VS Code Insiders
verified
Verification succeeded
Milestone
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
"explorer.fileNesting.enabled": true
foo.js
andfoo.min.js
foo.min.js
editor tab open the "Reveal in Explorer View" commandfoo.min.js
file is not revealed in the explorer viewOnce you manually expand the
foo.js
nesting to revealfoo.min.js
the command will start working, even if you collapse the tree underfoo.js
again.It will stop working again if any change to the tree view is made (creating, deleting, or renaming a file) while the nested tree is collapsed.
Maybe related: #155766
The text was updated successfully, but these errors were encountered: