summaryrefslogtreecommitdiff
path: root/plugins/extract/README.md
diff options
context:
space:
mode:
authorMarc Cornellà <marc@mcornella.com>2024-08-30 14:30:57 +0200
committerGitHub <noreply@github.com>2024-08-30 14:30:57 +0200
commitc68ff8aeedc2b779ae42d745457ecd443e22e212 (patch)
tree7fcfb3d74b907070c5829ffce3002df4b4091137 /plugins/extract/README.md
parentea8068aa3eeecc785249f2e83289e8a9294b9d6b (diff)
downloadzsh-c68ff8aeedc2b779ae42d745457ecd443e22e212.tar.gz
zsh-c68ff8aeedc2b779ae42d745457ecd443e22e212.tar.bz2
zsh-c68ff8aeedc2b779ae42d745457ecd443e22e212.zip
feat(extract): add support for .vsix files (VS Code extension) (#12643)
Diffstat (limited to 'plugins/extract/README.md')
-rw-r--r--plugins/extract/README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/extract/README.md b/plugins/extract/README.md
index c8d98b229..e0f571521 100644
--- a/plugins/extract/README.md
+++ b/plugins/extract/README.md
@@ -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 |