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

Optimize command `zip` using `workspace.findFiles` #37

Closed AdamRaichu closed 1 year ago

AdamRaichu commented 1 year ago

Closes #30.

Makes zipping folders much faster.

(For zipping the .github folder of this repository):

(For zipping the node_modules folder after running npm i):

While testing this I found out that the modules webpack and underscore are HUGE. :p