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]: remove zipTypes setting (and also picky) #21

Closed AdamRaichu closed 1 year ago

AdamRaichu commented 1 year ago

zipTypes does not make sense to have. It is only used to check against opening a user-selected file, and so only adds an extra step. This is also non-functional by default.

picky removed as it is non-functional if zipTypes is removed.