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 2 forks source link

Support GZip files #17

Closed AdamRaichu closed 1 year ago

AdamRaichu commented 1 year ago

Closes #16.

Usage (GNU Zip Compression)

The extension now contributes a custom "editor" for files compressed with GNU Zip (gzip) compression.

When you open a file with one of the following file extensions, the extension will decompress the file, and write a new file to the workspace. Here is an example demonstrating the naming convention.

You open a file called smile.svg.svgz. The extension decompresses it, and creates a file called smile<unzippedSuffix>.svg.

Supported File Types (gzip)