This is an extension for VsCode which allows you to mount archive files as workspace folders to browse their contents.
- Right click an archive file in the explorer view and select
Mount Archive
to mount it in your workspace.
.tar
.tar.gz
.tar.Z
.tar.lz
.tar.lzma
.tar.lzo
.tar.zst
.tar.xz
.tar.bz2
.tgz
.taz
.taZ
.tz2
.tbz2
.tlz
.tzst
.zip
This extension relies on GNU tar
for archive inspection and extraction.
This extension contributes the following settings:
archive-inspector.pathToTar
: Path totar
binary.archive-inspector.maxStdoutBufferSize
: Maximum size of files that will be able to be previewed in editor.
- Opening a tarball containing a directory called
.
sends the inspector into an infinite loop.
Initial preview release. Supports the .tar
format, with or without compression.
Add support for .zip
Support nested archives via temporary files.