Skip to content

Commit 4e5d168

Browse files
rajbosCopilot
andauthored
docs: add Windsurf/Open VSX install badges and Windsurf details (#617)
* docs: add Windsurf/Open VSX install badges and Windsurf details Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs: add local Open VSX icon and reference it in README Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs: expand VS Code section to cover all Chromium-based editors - Renamed section to 'VS Code Extension (Chromium)' - Updated description to mention all supported forks - Collapsed all Open VSX install commands into one <details> block - Added Cursor, Trae (ByteDance), Kiro (AWS), Void install commands Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * docs: restore VS Code marketplace installs count badge Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 4897a16 commit 4e5d168

File tree

2 files changed

+34
-7
lines changed

2 files changed

+34
-7
lines changed

README.md

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,45 @@ Track your GitHub Copilot token usage and AI Fluency across VS Code, Visual Stud
2121

2222
## Pick your tool
2323

24-
### 🖥️ VS Code Extension
24+
### 🖥️ VS Code Extension (Chromium)
2525

26-
Real-time token usage in the status bar, fluency score dashboard, usage analysis, cloud sync, and more.
26+
Real-time token usage in the status bar, fluency score dashboard, usage analysis, cloud sync, and more. Works with all Chromium-based VS Code forks — VS Code, Windsurf, Cursor, VSCodium, Trae, Kiro, Void, and more.
2727

28-
[![VS Code installs](https://vsmarketplacebadges.dev/installs-short/RobBos.copilot-token-tracker.svg?label=VS%20Code%20installs)](https://marketplace.visualstudio.com/items?itemName=RobBos.copilot-token-tracker)
29-
30-
[![Open VSX installs](https://img.shields.io/open-vsx/dt/RobBos/copilot-token-tracker?label=Open%20VSX%20installs)](https://open-vsx.org/extension/RobBos/copilot-token-tracker)
28+
[![Install - VS Code](https://img.shields.io/badge/Install-VS%20Code-007ACC?logo=visualstudiocode)](https://marketplace.visualstudio.com/items?itemName=RobBos.copilot-token-tracker) [![VS Code installs](https://vsmarketplacebadges.dev/installs-short/RobBos.copilot-token-tracker.svg?label=VS%20Code%20installs)](https://marketplace.visualstudio.com/items?itemName=RobBos.copilot-token-tracker) [![Install - Windsurf (Open VSX)](https://img.shields.io/badge/Install-Windsurf-00B4D8?logo=open-vsx)](https://open-vsx.org/extension/RobBos/copilot-token-tracker) [![Open VSX installs](https://img.shields.io/open-vsx/dt/RobBos/copilot-token-tracker?label=Open%20VSX%20installs)](https://open-vsx.org/extension/RobBos/copilot-token-tracker)
3129

3230
```bash
3331
# Install from the VS Code Marketplace
3432
ext install RobBos.copilot-token-tracker
33+
```
34+
35+
<details>
36+
<summary>📦 Install in other Chromium-based editors (Open VSX)</summary>
3537

36-
# Install from Open VSX (VSCodium)
38+
```bash
39+
# VSCodium
3740
codium --install-extension RobBos.copilot-token-tracker
3841

39-
# Install from Open VSX (Code OSS)
42+
# Code OSS
4043
code --install-extension RobBos.copilot-token-tracker
44+
45+
# Windsurf
46+
windsurf --install-extension RobBos.copilot-token-tracker
47+
48+
# Cursor
49+
cursor --install-extension RobBos.copilot-token-tracker
50+
51+
# Trae (ByteDance)
52+
trae --install-extension RobBos.copilot-token-tracker
53+
54+
# Kiro (AWS)
55+
kiro --install-extension RobBos.copilot-token-tracker
56+
57+
# Void
58+
void --install-extension RobBos.copilot-token-tracker
4159
```
4260

61+
</details>
62+
4363
📖 [Full VS Code extension documentation](docs/vscode-extension/README.md)
4464

4565
---

assets/open-vsx-logo.svg

Lines changed: 7 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)