- VS Code Version: 1.79.0-insider
- OS Version: macOS 12.6.3
I am working on a file explorer tree view extension and treeView.reveal doesn't work properly if expand is 2 or 3. When expand is 3 only the first level 3 folder expands. I have checked and getChildren doesn't get called for the rest of the level 3 folders. If I call reveal again with expand: 3 the rest of the level 3 folders expand.
When I use treeView.reveal with expand 2 or 3 on a large folder (hundreds of items) the promise never fulfills even though the folder expands (at least up to level 2).
I don't get any error in any of the two cases.
I am working on a file explorer tree view extension and
treeView.revealdoesn't work properly ifexpandis 2 or 3. When expand is 3 only the first level 3 folder expands. I have checked andgetChildrendoesn't get called for the rest of the level 3 folders. If I callrevealagain withexpand: 3the rest of the level 3 folders expand.When I use
treeView.revealwithexpand2 or 3 on a large folder (hundreds of items) the promise never fulfills even though the folder expands (at least up to level 2).I don't get any error in any of the two cases.