To publish the extension to the Visual Studio Marketplace,
- In settings/secrets/actions, Check the "Last updated" for
VS_MARKETPLACE_TOKEN. If it is > 7 days, Regenerate PAT for publisher:githubprimer (Personal Access Token) with permissions for Marketplace (Acquire + Manage) and User Profile (Read). UpdateVS_MARKETPLACE_TOKENwith the new token. (Microsoft policy restricts PATs with longer validity than 7 days) - Make sure the version in package.json on main is greater than the version no the marketplace.
- Trigger the publish workflow manually.
- Check the logs for the workflow to confirm extension has been published. Note: The marketplace can take up to an hour to show the latest version!