A minimal Visual Studio Code extension that acts as a container for arbitrary ZIP assets.
Usage
- Place your ZIP file in the
assets/directory. - Run
vsce packageto generate a.vsixpackage. - Rename the resulting
.vsixfile to.zipif needed. - Extract the renamed ZIP file to access the embedded assets.
Notes
- This extension has no commands or UI contributions.
- It simply logs a message when activated.
- The
assets/folder is included in the packaged extension.