vscode-vsce

VSCode Extension Manager

  • 所有者: microsoft/vscode-vsce
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

vsce

The Visual Studio Code Extension Manager

Build Status npm version

Requirements

Usage

vsce is meant to be mainly used as a command line tool. It can also be used a library since it exposes a small API.

Warning: When using vsce as a library be sure to sanitize any user input used in API calls, as a security measurement.

Development

First clone this repository, then:

yarn
yarn watch # or `watch-test` to also run tests

Once the watcher is up and running, you can run out of sources with:

yarn vsce

Publish to NPM

Simply push a new tag and the CI will automatically publish to NPM. The usual flow is:

npm version [minor, patch]
git push --follow-tags

About

This tool assists in packaging and publishing Visual Studio Code extensions.

Read the Documentation on the VS Code website.

主要指标

概览
名称与所有者microsoft/vscode-vsce
主编程语言TypeScript
编程语言JavaScript (语言数: 3)
平台
许可证Other
所有者活动
创建于2015-09-22 10:04:25
推送于2025-06-25 15:41:44
最后一次提交
发布数328
最新版本名称v3.6.0 (发布于 )
第一版名称v0.1.0 (发布于 2015-10-09 10:52:23)
用户参与
星数897
关注者数39
派生数218
提交数1.4k
已启用问题?
问题数729
打开的问题数30
拉请求数318
打开的拉请求数2
关闭的拉请求数70
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?