vsce
Extension manager for Visual Studio Code.
- 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}
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}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).