Publishing a new version of the extension
How to attain publisher permissions:
A short summary, based on published process here.
- Great a personal access token on the tremorproject for vscode
- Personal access tokens are a sub-menu of the personal settings page ( little figure with gears on right-hand side of the top browser menu )
- In the second field select "All accessible accounts"!!!!!!! (we forget this every time)
- Add 'Marketplace / Manage' permission (you have to click
show all permissios
) - The token is not saved and should be stored securely and not shared with others
- Save the token.
- Regenerating the token will generate a new token
- If a token is compromised ( shared ), it should be revoked and a new token generated
- run
vsce login tremorproject
- Provide the current non-revoked operational personal access token from this process.
- run
npm install
- run
vsce publish
If you simply wish to develop, debug and test changes to the extension without publication to the vscode marketplace follow the development guide.