Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>CodeBoardNew to Visual Studio Code? Get it now.
CodeBoard

CodeBoard

Vibhanshu Jain

|
1 install
| (0) | Free
Track your coding time and earn points on the CodeBoard leaderboard
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CodeBoard VS Code Extension

Automatically track your coding time and earn points on the CodeBoard leaderboard. Every 10 minutes of active coding earns you 1 point.

Setup

  1. Install this extension from the VS Code Marketplace
  2. Open your CodeBoard dashboard and generate an extension token
  3. In VS Code, run CodeBoard: Set Extension Token (Ctrl+Shift+P)
  4. Paste your token
  5. Run CodeBoard: Set API URL and enter your CodeBoard app URL

How it works

  • The extension watches for document changes while you code
  • Every minute, it records which language you were using
  • Every 60 seconds, it sends your activity to the CodeBoard API
  • When you accumulate 10 minutes in any language, you earn 1 point
  • Points appear on the leaderboard automatically

Status bar

The status bar shows ⊙ Xm — the number of minutes you've coded today. Click it for more info.

Commands

Command Description
CodeBoard: Set Extension Token Link your VS Code to your CodeBoard account
CodeBoard: Set API URL Set your CodeBoard app domain
CodeBoard: Show Status Show today's stats

Privacy

Only the programming language and time duration are sent — no code content is ever transmitted.

Publishing (for developers)

cd vscode-extension
npm install
npm run package   # creates a .vsix file for local install
npm run publish   # publishes to VS Code Marketplace (requires vsce login)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft