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

+[editor]: Support jar in preview #97

Closed KingNucifera closed 1 month ago

KingNucifera commented 7 months ago

Please add support for .jar files to the editor preview.

Generated by adamraichu.zip-viewer

KavyanshKhaitan2 commented 4 months ago

Should be as simple as the .zip preview, since in reality, .jar files are just glorified .zip files.

AdamRaichu commented 1 month ago

Sorry for such a late response, and for the negative response, but...

Duplicate of #46.

Sorry, but I don't plan to support previewing zip files inside of zip files. Instead, use the selective extraction feature to extract the zip you want to preview, then open it normally.