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

feat: keep file suffixes when using gzip #62

Closed Matthew-Wild closed 1 year ago

Matthew-Wild commented 1 year ago

When using GZip to compress a file it would be nice if the existing file suffixes were preserved as per the command line experience.

gzip sitemap.xml generates a file sitemap.xml.gz

whereas this extension generates sitemap.gz

AdamRaichu commented 1 year ago

Thanks for pointing this out! I will probably add a new config option to implement this.