add new chinese translations
This commit is contained in:
24
pages.zh/common/vsce.md
Normal file
24
pages.zh/common/vsce.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# vsce
|
||||
|
||||
> Visual Studio Code 的扩展管理器。
|
||||
> 更多信息:<https://github.com/microsoft/vscode-vsce>。
|
||||
|
||||
- 列出某个发布者创建的所有扩展:
|
||||
|
||||
`vsce list {{publisher}}`
|
||||
|
||||
- 将扩展发布为主要、次要或补丁版本:
|
||||
|
||||
`vsce publish {{major|minor|patch}}`
|
||||
|
||||
- 取消发布扩展:
|
||||
|
||||
`vsce unpublish {{extension_id}}`
|
||||
|
||||
- 将当前工作目录打包为 `.vsix` 文件:
|
||||
|
||||
`vsce package`
|
||||
|
||||
- 显示与扩展相关的元数据:
|
||||
|
||||
`vsce show {{extension_id}}`
|
Reference in New Issue
Block a user