vscode-deploy-package
Installation
SKILL.md
When to use this skill
Use this skill when the development is complete and the user wants to install the extension or share it.
How to use this skill
- Install
vsce: Ensure the packaging tool is installed.npm install -g vsce - Package: Run the package command in the project root.
vsce package - Result: This generates a
.vsixfile (e.g.,my-extension-0.0.1.vsix).