2018-07-31 20:36:59 +01:00
|
|
|
# vsce
|
|
|
|
|
|
|
|
> Extension manager for Visual Studio Code.
|
2019-06-03 01:06:36 +01:00
|
|
|
> More information: <https://github.com/microsoft/vscode-vsce>.
|
2018-07-31 20:36:59 +01:00
|
|
|
|
|
|
|
- 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}}`
|
|
|
|
|
2021-01-31 17:05:18 +00:00
|
|
|
- Package the current working directory as a `.vsix` file:
|
2018-07-31 20:36:59 +01:00
|
|
|
|
|
|
|
`vsce package`
|
|
|
|
|
|
|
|
- Show the metadata associated with an extension:
|
|
|
|
|
|
|
|
`vsce show {{extension_id}}`
|