-
Need to use vsce - https://code.visualstudio.com/api/working-with-extensions/publishing-extension#vsce
-
Doesn't work with pnpm so I needed to:
- delete all node_modules & pnpm lockfile
- install with npm
-
Had to create an personal access token (which will expire in 90 days) - https://code.visualstudio.com/api/working-with-extensions/publishing-extension#get-a-personal-access-token
vsce package
packages up the packagevsce publish
publishes it to the store