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

[Feature] Suggested file extension: .msi & .nba #48

Closed scyilk closed 1 year ago

scyilk commented 1 year ago

Suggested file extension

.msi and .nba

Documentation

https://fileinfo.com/extension/msi & https://fileinfo.com/extension/nba

AdamRaichu commented 1 year ago

I see that .nba files are listed as zip format. 👍🏻 However, .msi is listed as "binary" which is not necessarily zip format. Could you confirm for me that msi is in fact zip format?

AdamRaichu commented 1 year ago

So I downloaded the node.js msi installer, renamed it to .zip, and tried to open it with windows file explorer. No dice 😕. It appears to be compressed with 7-zip, which is not currently supported by the extension.

See #49 for future updates.

scyilk commented 1 year ago

Sorry, I only checked with 7-zip. You could still add .nba though.

AdamRaichu commented 1 year ago

Sorry, I only checked with 7-zip. You could still add .nba though.

I did in the code, but then forgot to publish it (oops). Doing that now.