https://github.com/tomashubelbauer/vscode-zip-file-system
Provides a context menu option to mount ZIP archives as a virtual file system in the VS Code Explorer pane.
https://github.com/tomashubelbauer/vscode-zip-file-system
archive filesystem vscode vscode-extension zip zipfile
Last synced: 8 months ago
JSON representation
Provides a context menu option to mount ZIP archives as a virtual file system in the VS Code Explorer pane.
- Host: GitHub
- URL: https://github.com/tomashubelbauer/vscode-zip-file-system
- Owner: TomasHubelbauer
- License: mit
- Created: 2018-08-19T08:56:06.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2022-04-15T22:25:12.000Z (about 4 years ago)
- Last Synced: 2024-05-02T03:57:04.287Z (about 2 years ago)
- Topics: archive, filesystem, vscode, vscode-extension, zip, zipfile
- Language: TypeScript
- Homepage:
- Size: 172 KB
- Stars: 7
- Watchers: 3
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ZIP File System



Allows the user to mount a ZIP archive as a virtual file system in the VS Code
Explorer pane by using the Mount context menu item.

## To-Do
### Add tests
### Implement write actions