Skip to content

How to build VS Code extension

Stefan Dirix edited this page Sep 5, 2019 · 1 revision

To publish the vscode-extension to the VS Code store, the following steps are required:

  1. cd vscode-extension
  2. npm install
  3. npx vsce package
Clone this wiki locally