ArchiveExplorer is a Visual Studio Code Extension which allows you to browse different archive-files.
With Archive Explorer you can:
- Browse Archives in a TreeView below the FileExplorer.
- Browse Zip-Files!
This extension brings everything it needs. It has currently only been tested on Windows.
Include if your extension adds any VS Code settings through the contributes.configuration
extension point.
For example:
This extension contributes the following settings:
myExtension.enable
: enable/disable this extensionmyExtension.thing
: set toblah
to do something
Files cannot yet be opened. Context Actions for zipping and unzipping are in the works.
Initial release