From 9a91e311c0837a2d1950ab1c85257ed16e410395 Mon Sep 17 00:00:00 2001 From: Daniel Martin <56157528+dmartinochoa@users.noreply.github.com> Date: Tue, 19 May 2026 12:31:22 +0200 Subject: [PATCH] docs(readme): swap retired shields.io marketplace badges for vsmarketplacebadges.dev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8353966..27b429c 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ [![CI](https://github.com/greylag-ci/pipeline-check-vscode/actions/workflows/ci.yml/badge.svg)](https://github.com/greylag-ci/pipeline-check-vscode/actions/workflows/ci.yml) [![CodeQL](https://github.com/greylag-ci/pipeline-check-vscode/actions/workflows/codeql.yml/badge.svg)](https://github.com/greylag-ci/pipeline-check-vscode/actions/workflows/codeql.yml) -[![VS Code Marketplace](https://img.shields.io/visual-studio-marketplace/v/greylag-ci.pipeline-check?logo=visualstudiocode&label=marketplace)](https://marketplace.visualstudio.com/items?itemName=greylag-ci.pipeline-check) +[![VS Code Marketplace](https://vsmarketplacebadges.dev/version-short/greylag-ci.pipeline-check.svg)](https://marketplace.visualstudio.com/items?itemName=greylag-ci.pipeline-check) [![Open VSX](https://img.shields.io/open-vsx/v/greylag-ci/pipeline-check?label=open%20vsx)](https://open-vsx.org/extension/greylag-ci/pipeline-check) -[![Installs](https://img.shields.io/visual-studio-marketplace/i/greylag-ci.pipeline-check?label=installs)](https://marketplace.visualstudio.com/items?itemName=greylag-ci.pipeline-check) +[![Installs](https://vsmarketplacebadges.dev/installs-short/greylag-ci.pipeline-check.svg)](https://marketplace.visualstudio.com/items?itemName=greylag-ci.pipeline-check) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) [![CodeRabbit](https://img.shields.io/coderabbit/prs/github/greylag-ci/pipeline-check-vscode?labelColor=171717&color=FF570A&label=CodeRabbit+Reviews)](https://coderabbit.ai)