GHCP Usage Dashboard
Author: Shiva Sinha
Track your GitHub Copilot usage — token counts, model breakdown, session history, and estimated cost — directly inside VS Code.
Requirements
Getting Started
- Install the extension.
- Click the 📊 GHCP item in the status bar, or open the Command Palette (
Ctrl+Shift+P) and run GHCP Usage: Open Dashboard.
- The dashboard opens in a panel and shows your Copilot usage history.
Commands
| Command |
Description |
| GHCP Usage: Open Dashboard |
Opens (or focuses) the usage dashboard. |
| GHCP Usage: Stop Dashboard |
Stops the background dashboard server. |
Settings
| Setting |
Default |
Description |
ghcpUsage.pythonPath |
(system PATH) |
Path to a specific Python 3.8+ executable. Leave empty to use the Python on your system PATH. |
ghcpUsage.port |
8080 |
Local port for the dashboard server. Change this if port 8080 is already in use. |
ghcpUsage.autoOpen |
false |
Automatically open the dashboard when VS Code starts. |
| |