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:
Check that ~/.jambowork.cfg exists.
Confirm api_url points to your Jambo Work workspace API endpoint.
Confirm api_key contains an active Jambo Work API key.
Restart VS Code.
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.