Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>DevTime LocalNew to Visual Studio Code? Get it now.
DevTime Local

DevTime Local

arnaudhrt

|
2 installs
| (0) | Free
Local-first coding time tracker
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

devtime-vscode

VS Code extension that tracks your coding time locally. No server, no account — just JSONL files on disk.

How it works

The extension writes events to ~/.devtime/events-YYYY-MM.jsonl:

{"ts":"2026-03-11T09:00:00+01:00","event":"heartbeat","project":"my-app","lang":"typescript","editor":"vscode"}

Events:

  • focus — VS Code gains focus or activates
  • blur — VS Code loses focus or deactivates
  • heartbeat — every 30s while editing, plus on editor/document changes

Install

Build the extension and install from VSIX, or run in development with F5.

npm install
npm run build
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft