AdamRaichu / vscode-zip-viewer

An extension which allows for the manipulation of zip files in VS Code.
https://marketplace.visualstudio.com/items?itemName=AdamRaichu.zip-viewer
MIT License
13 stars 1 forks source link

Use `workspace.findFiles` instead of recursive function #30

Closed AdamRaichu closed 1 year ago

AdamRaichu commented 1 year ago

There is literally a function for getting all files matching a glob pattern. Wish I'd known about that sooner.