Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Archive InspectorNew to Visual Studio Code? Get it now.
Archive Inspector

Archive Inspector

Preview

martinkauppinen

|
80 installs
| (0) | Free
Mount archive files as workspace directories
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

archive-inspector

This is an extension for VsCode which allows you to mount archive files as workspace folders to browse their contents.

Features

  • Right click an archive file in the explorer view and select Mount Archive to mount it in your workspace.

Supported archive formats

  • .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

Requirements

This extension relies on GNU tar for archive inspection and extraction.

Extension Settings

This extension contributes the following settings:

  • archive-inspector.pathToTar: Path to tar binary.
  • archive-inspector.maxStdoutBufferSize: Maximum size of files that will be able to be previewed in editor.

Known Issues

  • Opening a tarball containing a directory called . sends the inspector into an infinite loop.

Release Notes

0.1.0

Initial preview release. Supports the .tar format, with or without compression.

0.2.0

Add support for .zip

0.3.0

Support nested archives via temporary files.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft