Skip to content

0.0.2

Pre-release
Pre-release

Choose a tag to compare

@ProCode-Software ProCode-Software released this 13 May 23:15
· 7 commits to main since this release

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/vsce as an optional dependency

Full Changelog

Full Changelog: 0.0.1...0.0.2