mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 09:35:43 +02:00
vsce: add page (#2229)
This commit is contained in:
parent
be8ab27c34
commit
25a028a8b3
1 changed files with 23 additions and 0 deletions
23
pages/common/vsce.md
Normal file
23
pages/common/vsce.md
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# 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}}`
|
||||||
|
|
||||||
|
- Unpublish an extension:
|
||||||
|
|
||||||
|
`vsce unpublish {{extension_id}}`
|
||||||
|
|
||||||
|
- Package the current working directory as .vsix file:
|
||||||
|
|
||||||
|
`vsce package`
|
||||||
|
|
||||||
|
- Show the metadata associated with an extension:
|
||||||
|
|
||||||
|
`vsce show {{extension_id}}`
|
Loading…
Add table
Reference in a new issue