bodil / vscode-file-browser

https://marketplace.visualstudio.com/items?itemName=bodil.file-browser
GNU Lesser General Public License v3.0
87 stars 22 forks source link

Show an indication when enumerating folder with lots of files #20

Closed rbadapanda closed 3 years ago

rbadapanda commented 4 years ago

Hello,

I have a folder with 12385 files. I have one of these files open. When I try to open the file browser. For a few seconds I don't see anything happening on the screen.

Can you make such that the dialog shows up (with whatever data it has) first. And incrementally update the contents in the dialog ?

to simulate you might use the following to create lot's of files for i in $(echo {1..12385}); do touch temp_file_$i; done

stevenguh commented 4 years ago

The indication can probably be done by setting the busy property of a QuickPick

bodil commented 3 years ago

Fixed by #23.