# Install vsce with Homebrew, Nix

Tool for packaging, publishing and managing VS Code extensions. Version 3.9.2 via Homebrew; verified 2026-06-03. Also installable with nix: nix profile install nixpkgs#vsce.

## Install

```sh
sudo av install brew:vsce
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install vsce
```

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#vsce
```

  Evidence: nixpkgs package indexes: pkgs/by-name/vs/vsce/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:vsce
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/vsce>
- **Version:** 3.9.2
- **Source summary:** Tool for packaging, publishing and managing VS Code extensions
- **Homepage:** <https://code.visualstudio.com/api/working-with-extensions/publishing-extension#vsce>
- **Repository:** <https://github.com/microsoft/vscode-vsce>
- **Upstream docs:** <https://code.visualstudio.com/api/working-with-extensions/publishing-extension>
- **License:** MIT
- **Source archive:** <https://registry.npmjs.org/@vscode/vsce/-/vsce-3.9.2.tgz>
- **Last updated:** 2026-06-03T23:08:04Z
- **Generated:** 2026-07-26T07:20:29+00:00

## Executables

- vsce (cli)
- vsce (alias)

## Dependencies

- node

## Build dependencies

- pkgconf

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-26
- Package-manager version: 3.9.2
- Package-manager updated: 2026-06-03
- Local data: ok
- Upstream repository: https://code.visualstudio.com/api/working-with-extensions/publishing-extension#vsce
- info: Release/tag comparison is only available for GitHub repositories.
## Project history and usage

@vscode/vsce is Microsoft's command-line tool for packaging, publishing, and managing Visual Studio Code extensions. It produces VSIX packages, publishes extensions to the Visual Studio Marketplace, and handles publisher-oriented operations such as metadata lookup and unpublishing.

### Project history

The VSCE repository was created in September 2015, the same year Visual Studio Code's extension ecosystem emerged publicly. The original npm package name was `vsce`, created in October 2015, and the CLI command remained `vsce` even after the package name later changed.

In the November 2022 VS Code 1.74 release notes, Microsoft announced that the VS Code extension manager had been renamed from `vsce` to `@vscode/vsce`. The note called the rename a breaking change for library consumers, while preserving the command-line executable name and documenting installation with `npm install -g @vscode/vsce`.

The official publishing documentation continues to put `vsce` at the center of extension release workflows: authors package a local extension into a `.vsix`, publish it to the Marketplace, and can also retrieve metadata, search, or unpublish through the CLI. The same documentation now also reflects Marketplace security constraints and the move toward Microsoft Entra ID based automated publishing as long-lived Azure DevOps PATs are retired.

### Adoption history

VSCE's adoption is effectively tied to VS Code's extension marketplace. Because the Marketplace is the standard distribution channel for VS Code extensions, extension authors commonly use VSCE locally or in CI whenever they need to turn a `package.json`-based extension project into a publishable artifact.

The npm registry records both the older `vsce` package and the newer scoped `@vscode/vsce` package. The older package is marked deprecated with guidance to install `@vscode/vsce`, while the scoped package continues to receive releases.

### How it is used

A typical extension author works from an extension directory containing `package.json`, runs `vsce package` to create a VSIX, and runs `vsce publish` to publish to the Visual Studio Marketplace. The CLI also enforces Marketplace constraints, such as restrictions on untrusted SVG content and image URLs in README and CHANGELOG files.

For package users, VSCE is the canonical bridge between a VS Code extension source tree and the Marketplace. It is not a language tool; it is release tooling for the VS Code extension ecosystem.

### Why package nerds care

VSCE is package-nerd-significant because it is the release valve for one of the largest editor-extension ecosystems. It encodes Marketplace rules into a CLI that can run on a maintainer laptop or in CI, making extension publication scriptable and repeatable.

### Timeline

- 2015: Microsoft creates the VSCE repository and publishes the original `vsce` npm package.
- 2022: VS Code 1.74 announces the rename from `vsce` to `@vscode/vsce`; the CLI command remains `vsce`.
- 2026: The official docs warn that global Azure DevOps PATs are retired on December 1, 2026, and recommend Entra ID based automated publishing.

### Related projects

- VSCE is related to Visual Studio Code, the VS Code Extension Marketplace, VSIX packaging, Azure DevOps Marketplace services, extension signing, and VS Code extension CI workflows.

### Sources

- GitHub repository API metadata: https://api.github.com/repos/microsoft/vscode-vsce
- Microsoft VSCE GitHub repository: https://github.com/microsoft/vscode-vsce
- VS Code 1.74 release notes: https://code.visualstudio.com/updates/v1_74
- VS Code publishing documentation: https://code.visualstudio.com/api/working-with-extensions/publishing-extension
- npm registry metadata for @vscode/vsce: https://registry.npmjs.org/@vscode/vsce
- npm registry metadata for legacy vsce: https://registry.npmjs.org/vsce


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: package.json
- Windows: package.json
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** vsce
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Other Package-Manager Records

- Nix - vsce: normalized package name match | nixpkgs package indexes: pkgs/by-name/vs/vsce/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Related links

- [Package publisher tools](https://www.automicvault.com/pkg/package-publishers/) - Belongs to a package publishing or registry command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [node](https://www.automicvault.com/pkg/brew/node/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [charmcraft](https://www.automicvault.com/pkg/brew/charmcraft/) - Shares av.db curated category or tags: cli, developer-tools, packaging, publishing.
- [code-cli](https://www.automicvault.com/pkg/brew/code-cli/) - Shares av.db curated category or tags: cli, developer-tools, extensions, vscode.
- [abi3audit](https://www.automicvault.com/pkg/brew/abi3audit/) - Shares av.db curated category or tags: cli, developer-tools, packaging.
- [ansible-language-server](https://www.automicvault.com/pkg/brew/ansible-language-server/) - Shares av.db curated category or tags: cli, developer-tools, vscode.
- [asciidoctor](https://www.automicvault.com/pkg/brew/asciidoctor/) - Shares av.db curated category or tags: cli, developer-tools, publishing.
- [auditwheel](https://www.automicvault.com/pkg/brew/auditwheel/) - Shares av.db curated category or tags: cli, developer-tools, packaging.
- [brew-gem](https://www.automicvault.com/pkg/brew/brew-gem/) - Shares av.db curated category or tags: cli, developer-tools, packaging.
- [cargo-bundle](https://www.automicvault.com/pkg/brew/cargo-bundle/) - Shares av.db curated category or tags: cli, developer-tools, packaging.
- [vscode-extension-tester](https://www.automicvault.com/pkg/npm/vscode-extension-tester/) - Local package facts share a topical domain. Shared terms: cli, code, developer, developer-tools, extensions.
- [code-server](https://www.automicvault.com/pkg/brew/code-server/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, code, developer, developer-tools, node.

## Combined YAML source

View the package source record on GitHub. [combined/vsce.yml](https://github.com/automic-vault/db/blob/main/combined/vsce.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
