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

[minor]: fix #26 #27

Closed AdamRaichu closed 1 year ago

AdamRaichu commented 1 year ago

This fixes #26 which was preventing contents of subfolders from being readable to downloaded zip files, although JSZip is still able to read them. This was fixed by adding/modifying these lines of code.

https://github.com/AdamRaichu/vscode-zip-viewer/blob/220a03ff56cb5f2021a2b4cc5f50fee31018770d/src/cmds.js#L145-L150