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
10 stars 0 forks source link

feat: create of zip workspace on commit #90

Closed ecxod closed 5 months ago

ecxod commented 5 months ago

Is your feature request related to a problem? Please describe. Your plugin could be useful for people who write Firefox add-ons, as the add-ons are simple zip files called "xpi".

Describe the solution you'd like it would be great to have a button to zip the whole workspace and place the project.xpi file next to it. Something like a "commit hook", each time I commit, the plugin updates the xpi file.

Do it ! ;-)

AdamRaichu commented 5 months ago

I have added .xpi to to the extensions list. The rest of your suggestion (running actions on commit) is not ready yet, but I will take a look at it.

AdamRaichu commented 5 months ago

Required issues to fix before this can be implemented:

AdamRaichu commented 5 months ago

Actually now that I think about it, I think that something like this is out of scope for this extension, because it won't work for the web.