2025-03-14 21:59:59 -06:00
|
|
|
# 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}}`
|
|
|
|
|
|
2026-02-18 06:55:01 -07:00
|
|
|
- Publish an extension as major, minor, or patch version:
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
`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}}`
|