Releases: ProCode-Software/vsxtools
Releases · ProCode-Software/vsxtools
0.0.2
This release starts a reimplementation of @vscode/vsce that is much faster and has an API. See issue #1 for more information.
vsce Reimplementation
Add list-files command as an alternative to vsce ls. vsxtools list-files can be used as a drop-in replacement for vsce ls, or even without a vsxtools config, using npx vsxtools list-files in your extension folder! The reimplementation is still in preview. We will test it for stability and parity with vsce.
API
This release adds a JavaScript API for vsxtools. Currently, we have APIs for:
- Listing files in an extension
- Generating grammars
Other Changes
- Add aliases for existing commands
- Remove
@vscode/vsceas an optional dependency
Full Changelog
Full Changelog: 0.0.1...0.0.2
0.0.1
First NPM release!