Skip to content
kenny-statsig edited this page Jan 12, 2023 · 1 revision

How to publish a new version:

  1. Update the version in package.json
  2. Follow instructions here to package and publish https://code.visualstudio.com/api/working-with-extensions/publishing-extension
  • npm install -g @vscode/vsce
  • vsce login statsig-vscode
  • vsce package
  • vsce publish

The privacy access token is stored in Azure keyvault as azure-devops-pat

NOTE: You may need to run vsce commands multiple times as it sometimes errors randomly

Clone this wiki locally