wmanth / vscode-jar-viewer

JAR Viewer Extension for VS Code
Other
7 stars 3 forks source link

Also add .visx .zip as supported filetypes? #18

Open Eskibear opened 1 year ago

Eskibear commented 1 year ago

This extension is so great, I almost cannot leave it in my daily work! I always rename .vsix to .jar to inspect whether my vscode extension is well packed. And so for .zip files. Can you add them to supported filetypes? (although it's a little bit strange with the extension name "jar" viewer, but why not?

eram commented 1 year ago

@Eskibear go into the extension package.json on your drive-

/.vscode/extensions/wmanth.jar-viewer-1.2.0/package.json add ``` { "filenamePattern": "*.zip" }, { "filenamePattern": "*.vsix" }, { "filenamePattern": "*.apk" } ``` restart vscode
Eskibear commented 1 year ago

@eram Thanks, I already did so to unblock myself.

l-cornelius-dol commented 1 year ago

I came here to request the same thing. It would be good if these extensions were included out of the box. I wonder if 7zip format will also work (*.7z)?