Skip to content

Commit a930179

Browse files
rajbosCopilot
andauthored
fix: move VS Marketplace badge to Visual Studio Extension section (#585)
* fix: move VS Marketplace badge to Visual Studio Extension section The RobBos.AIEngineeringFluency badge was mistakenly placed at the top of the README alongside the Build badge. It now lives under the Visual Studio Extension section where it belongs. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * fix: replace deprecated shields.io VS Marketplace badges with vsmarketplacebadges.dev shields.io dropped VS Marketplace support (badges/shields#11792) because Microsoft does not publicly document the API and it cannot be used by third-party services. Switch both extension badges to vsmarketplacebadges.dev which is the dedicated community replacement. Tested: both SVGs resolve with live install counts before committing. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Update README to remove token count estimation note Removed note about estimated token counts from README. --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1f629f2 commit a930179

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
Track your GitHub Copilot token usage and AI Fluency across VS Code, Visual Studio, and the command line. All data is read from local session logs — nothing leaves your machine unless you opt in to cloud sync.
66

77
[![Build](https://github.com/rajbos/github-copilot-token-usage/actions/workflows/build.yml/badge.svg)](https://github.com/rajbos/github-copilot-token-usage/actions/workflows/build.yml)
8-
[![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/RobBos.AIEngineeringFluency)](https://marketplace.visualstudio.com/items?itemName=RobBos.AIEngineeringFluency)
98

109
## Supported AI engineering tools
1110

@@ -26,7 +25,7 @@ Track your GitHub Copilot token usage and AI Fluency across VS Code, Visual Stud
2625

2726
Real-time token usage in the status bar, fluency score dashboard, usage analysis, cloud sync, and more.
2827

29-
[![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/RobBos.copilot-token-tracker)](https://marketplace.visualstudio.com/items?itemName=RobBos.copilot-token-tracker)
28+
[![Visual Studio Marketplace Installs](https://vsmarketplacebadges.dev/installs-short/RobBos.copilot-token-tracker.svg)](https://marketplace.visualstudio.com/items?itemName=RobBos.copilot-token-tracker)
3029

3130
```bash
3231
# Install from the VS Code Marketplace
@@ -41,7 +40,7 @@ ext install RobBos.copilot-token-tracker
4140

4241
Token usage tracking inside Visual Studio 2022+, reading Copilot Chat session files directly.
4342

44-
> Counts are **estimated** — VS session files do not store raw LLM token counts.
43+
[![Visual Studio Marketplace Installs](https://vsmarketplacebadges.dev/installs-short/RobBos.AIEngineeringFluency.svg)](https://marketplace.visualstudio.com/items?itemName=RobBos.AIEngineeringFluency)
4544

4645
📖 [Full Visual Studio extension documentation](docs/visual-studio/README.md)
4746

0 commit comments

Comments
 (0)