Install and use @vscode/vsce
mainThe @vscode/vsce tool is the Visual Studio Code Extension Manager used for packaging and publishing VS Code extensions. It is primarily used as a command-line tool via npx or as a library.
Requirements
- Node.js: version
22.x.xor higher. - Package Managers: Supports
npm >=6andyarn >=1 <2.
Basic Usage
You can verify the installation by checking the version:
npx @vscode/vsce --version