Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>Jambo WorkNew to Visual Studio Code? Get it now.
Jambo Work

Jambo Work

Jambo Team

|
1 install
| (0) | Free
Automatic coding time tracking for Jambo Work
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Jambo Work for VS Code

Automatic coding activity tracking for Jambo Work.

What it does

  • Tracks coding activity from VS Code without manual timers
  • Shows today's tracked time in the VS Code status bar
  • Detects project, git branch, language, file size, line count, and cursor position
  • Classifies terminal shell execution as build, test, or debug activity
  • Queues activity locally when offline and syncs when the connection returns
  • Sends metadata only; it does not send source code or full terminal command lines

Before you start

You need:

  • A Jambo Work workspace
  • A Jambo Work activity API key
  • VS Code 1.93.0 or newer

Create your API key in Jambo Work from Settings -> API Keys.

Setup

  1. Install the extension from the Visual Studio Marketplace.
  2. Create a file named .jambowork.cfg in your home folder.
  3. Paste this configuration and replace the API key:
[settings]
api_url = https://app.jambowork.com/api/jb/v1
api_key = jb_your_api_key_here
  1. Restart VS Code.

When the extension connects, the status bar shows Jambo Work. If the config file or API key is missing, the status bar shows a disconnected state and activity stays local until configuration is fixed.

Settings

Setting Default Description
jambowork.statusBar true Show tracked time in the status bar
jambowork.debug false Write debug logs to the Jambo Work output panel
jambowork.exclude ["node_modules/**", ".git/**", "*.lock", "*.log"] File patterns to ignore
jambowork.trackTerminal true Track terminal shell execution as build, test, or debug activity without sending full command lines

Commands

  • Jambo Work: Open Dashboard opens your Jambo Work activity dashboard.
  • Jambo Work: Show Today's Stats shows today's tracked time.

Data collected

Data Example
File path /src/app.tsx
Language TypeScript
Project my-project
Branch feature/auth
Editor vscode
OS darwin
Machine MacBook-Pro.local
Line count 342
Cursor position Line 127, column 15
Save event true or false
Terminal executable npm, go, cargo, or another executable name

The extension does not collect file contents, prompts, screenshots, keystrokes, or full terminal command lines.

Troubleshooting

If activity does not appear in Jambo Work:

  1. Check that ~/.jambowork.cfg exists.
  2. Confirm api_url points to your Jambo Work workspace API endpoint.
  3. Confirm api_key contains an active Jambo Work API key.
  4. Restart VS Code.
  5. Open Output -> Jambo Work and enable jambowork.debug if you need diagnostic logs.

Support

For help, contact your Jambo Work workspace administrator or email contact@jambo.team.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft