Skip to content

docs(readme): fix retired marketplace badges (vsmarketplacebadges.dev)#17

Merged
dmartinochoa merged 1 commit into
mainfrom
fix/marketplace-badges
May 19, 2026
Merged

docs(readme): fix retired marketplace badges (vsmarketplacebadges.dev)#17
dmartinochoa merged 1 commit into
mainfrom
fix/marketplace-badges

Conversation

@dmartinochoa
Copy link
Copy Markdown
Member

Summary

The README's marketplace and installs badges have been showing "retired badge" because shields.io retired its `visual-studio-marketplace/v/` and `/i/` endpoints — the upstream VS Code Marketplace API stopped responding reliably.

Swapping for vsmarketplacebadges.dev, the community-maintained replacement that every major extension (vscode-eslint, prettier-vscode, etc.) uses today.

What changed

```diff
-VS Code Marketplace
+VS Code Marketplace

-Installs
+Installs
```

Verified

Notes

The IDE's markdown lint flags `.svg` image sources as warnings (line 5 + line 7 of README.md). False positive — the marketplace listing and GitHub both render SVG badges fine. Same pattern as the existing `actions/workflows/*/badge.svg` URLs that already ship in this file.

🤖 Generated with Claude Code

…placebadges.dev

shields.io retired its `visual-studio-marketplace/v/` and
`/i/` endpoints — the badges now render with a literal "retired
badge" label because the upstream VS Code Marketplace API stopped
responding reliably. Switching to vsmarketplacebadges.dev's
`version-short` and `installs-short` endpoints, which are the
community-maintained replacement that every major extension
(vscode-eslint, prettier-vscode, etc.) uses today.

The IDE lint flags `.svg` image sources for the in-VS-Code README
preview's CSP. That warning is informational, not blocking — the
marketplace listing renders SVG badges fine, and the GitHub README
likewise. Same pattern as the existing `actions/workflows/*/badge.svg`
URLs that already ship in this file.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 19, 2026

Warning

Rate limit exceeded

@dmartinochoa has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 30 minutes and 23 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 81ab99a7-125e-453e-89fa-0680a9875161

📥 Commits

Reviewing files that changed from the base of the PR and between 20145d3 and 9a91e31.

📒 Files selected for processing (1)
  • README.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/marketplace-badges

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@dmartinochoa dmartinochoa merged commit 49b5a68 into main May 19, 2026
11 checks passed
@dmartinochoa dmartinochoa deleted the fix/marketplace-badges branch May 19, 2026 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant