mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
78951c649c
Co-authored-by: Lena Pastwa <lena@lnps.me>
510 B
510 B
vsce
Extension manager for Visual Studio Code. More information: https://github.com/microsoft/vscode-vsce.
- 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
.vsixfile:
vsce package
- Show the metadata associated with an extension:
vsce show {{extension_id}}