-
Notifications
You must be signed in to change notification settings - Fork 2
Home
kenny-statsig edited this page Jan 12, 2023
·
1 revision
- Update the version in
package.json
- 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