feat(extract): add support for .vsix files (VS Code extension)

This commit is contained in:
Marc Cornellà 2024-08-30 12:08:18 +02:00
commit 67d33a317e
No known key found for this signature in database
GPG key ID: 0314585E776A9C1B
2 changed files with 2 additions and 1 deletions

View file

@ -52,6 +52,7 @@ plugins=(... extract)
| `tlz` | Tarball with lzma compression |
| `txz` | Tarball with lzma2 compression |
| `tzst` | Tarball with zstd compression |
| `vsix` | VS Code extension zip file |
| `war` | Web Application archive (Java-based) |
| `whl` | Python wheel file |
| `xpi` | Mozilla XPI module file |