Uncategorized Links

CLI

  • VSCE command
    • cheatsheet on my Dev Cheatsheets.
  • VSCE CLI docs
    • vsce is the command line tool you’ll use to publish extensions to the Extension Marketplace.
  • vsce
    • package on NPM
  • microsoft/vscode-vsce
    • GitHub repo

      vsce, short for “Visual Studio Code Extensions”, is a command-line tool for packaging, publishing and managing VS Code extensions.

First, make sure you can build your extension and install and run it in VS Code.

Then this page will help export the extension archive and to publish to the VS Code Marketplace so that others can download and install your extension.

See Publish in my VS Code Extensions recipes.