-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update approved badges url from VSMarketplaceBadges #799
Comments
@joaomoreno @sandy081 Can we get this released? It looks like the marketplace is now blocking the old urls, and VSCE (until this goes out) won't allow the new ones. |
We have updated |
@isidorn seems the issue on I just tried to publish one of my extensions, and A minute later, I got the following email: The log file mentions:
This worked fine for a long time, only started to fail since a couple of days. |
@estruyf it seems that SVG images from https://vsmarketplacebadge.apphb.com are not longer working anyways. You've to replace them with this URL https://vsmarketplacebadges.dev/. See this issue for reference: |
@PKief I know, but the same happens for the new one. |
Did you try updating the |
@equiman it is on the marketplace, not the tool itself as the latest update indeed fixed publishing. It seems that the marketplace performs a similar check. |
It seems the issue was indeed on my end, it was a combination of tests and not using the correct So the marketplace seems to invalidate the extension only when the old URL is used, when the new one is used. All is fine. |
vsmarketplacebadge.apphb.com is currently not supported and is replaced with vsmarketplacebadges.dev . More details in microsoft/vscode-vsce#799 . Updating the document due to this change.
* Update Approved Badges vsmarketplacebadge.apphb.com is currently not supported and is replaced with vsmarketplacebadges.dev . More details in microsoft/vscode-vsce#799 . Updating the document due to this change. * Update extension-manifest.md
vsmarketplacebadge.apphb.com is currently not supported and is replaced with vsmarketplacebadges.dev . More details in microsoft/vscode-vsce#799 . Updating the document due to this change.
https://code.visualstudio.com/api/references/extension-manifest#approved-badges
The approved badges list includes the URL
vsmarketplacebadge.apphb.com
but his domain was changed tohttps://vsmarketplacebadges.dev
Is it possible to replace it to avoid this error when publishing with
vsce
command?The text was updated successfully, but these errors were encountered: