From 9a7afc3d998c5990f0e7ded1c8414481a53b2bca Mon Sep 17 00:00:00 2001 From: Constantin Rasch Date: Mon, 27 Apr 2026 11:38:56 +0200 Subject: [PATCH] Fixed Shields.io unsupported badges --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65cae0bf96..0c1fef854c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # PowerShell for Visual Studio Code [![CI Tests](https://github.com/PowerShell/vscode-powershell/actions/workflows/ci-test.yml/badge.svg)](https://github.com/PowerShell/vscode-powershell/actions/workflows/ci-test.yml) -[![Version](https://img.shields.io/visual-studio-marketplace/v/ms-vscode.PowerShell)](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell) -[![Installs](https://img.shields.io/visual-studio-marketplace/i/ms-vscode.PowerShell)](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell) +[![Version](https://vsmarketplacebadges.dev/version/ms-vscode.PowerShell.svg)](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell) +[![Installs](https://vsmarketplacebadges.dev/downloads-short/ms-vscode.PowerShell.svg)](https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell) [![Join the chat on Discord](https://img.shields.io/discord/180528040881815552.svg?label=%23vscode&logo=discord&logoColor=white)](https://aka.ms/powershell-vscode-discord) This extension provides rich [PowerShell][] language support for [Visual Studio Code][] (VS Code).