commands.sh

vsce

all

Extension manager for Visual Studio Code.

More info →

Examples (5)

List all the extensions created by a publisher

vsce list publisher

Publish an extension as major, minor, or patch version

vsce publish major|minor|patch

Unpublish an extension

vsce unpublish extension_id

Package the current working directory as a `.vsix` file

vsce package

Show the metadata associated with an extension

vsce show extension_id
made by @shridhargupta | data from tldr-pages