LinuxCommandLibrary

vsce

vsce

TLDR

List all the extensions created by a publisher

$ vsce list [publisher]
copy


Publish an extension as major, minor or patch version
$ vsce publish [major|minor|patch]
copy


Unpublish an extension
$ vsce unpublish [extension_id]
copy


Package the current working directory as a .vsix file
$ vsce package
copy


Show the metadata associated with an extension
$ vsce show [extension_id]
copy

Copied to clipboard