vscode-vsce

VSCode Extension Manager

  • Owner: microsoft/vscode-vsce
  • Platform:
  • License:: Other
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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.

Overview

Name With Ownermicrosoft/vscode-vsce
Primary LanguageTypeScript
Program languageJavaScript (Language Count: 3)
Platform
License:Other
Release Count232
Last Release Namev2.26.1 (Posted on )
First Release Namev0.1.0 (Posted on 2015-10-09 10:52:23)
Created At2015-09-22 10:04:25
Pushed At2024-05-03 09:36:11
Last Commit At
Stargazers Count756
Watchers Count39
Fork Count191
Commits Count1.2k
Has Issues Enabled
Issues Count638
Issue Open Count19
Pull Requests Count242
Pull Requests Open Count2
Pull Requests Close Count40
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top