Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Dev Activity TrackerNew to Visual Studio Code? Get it now.
Dev Activity Tracker

Dev Activity Tracker

Abideen

|
2 installs
| (0) | Free
Development activity tracker for VS Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Dev Activity Tracker

Dev Activity Tracker is a Visual Studio Code extension that records development activity in the workspace you are working in.

It is designed as a simple local development activity tracker. Activity is recorded as plain-text files inside the workspace's .devlog folder.

Features

Session tracking

Records:

  • Session start
  • Session end
  • Previous interrupted sessions
  • Previous session duration

Environment tracking

Records basic development environment information:

  • Operating system
  • Node.js version
  • Python version
  • Git version
  • GPU
  • CUDA availability
  • Environment variable names

Environment variable values are not recorded.

File activity tracking

Records:

  • File open
  • File save
  • File close
  • File create
  • File modify
  • File delete
  • File rename

The following are excluded from normal file activity tracking:

  • .devlog
  • .git
  • node_modules

Git tracking

Records:

  • Commits
  • Current branch
  • Branch creation
  • Branch switching
  • Branch deletion
  • Staged files
  • Unstaged files
  • Untracked files
  • Deleted files
  • Merge conflicts
  • Merge commits

Package tracking

Tracks package installation and removal activity for supported package managers.

Examples:

  • npm install
  • npm uninstall
  • pip install
  • pip uninstall

API detection

Detects supported API/package installations and records:

  • API/package name
  • API detection
  • Official API link when available

API detection currently uses a predefined registry of supported APIs. It does not semantically detect every API that exists.

CSV tracking

For CSV files, the extension records information such as:

  • File size
  • Number of rows
  • Number of columns
  • Column names

Run and debug tracking

Records:

  • Debug/run start
  • Debug/run end
  • Session name
  • Debug/run type

Activity logs

Activity is stored inside the workspace:

.devlog/
├── activity.txt
├── files.txt
├── git.txt
├── packages.txt
├── api.txt
├── csv.txt
├── debug.txt
├── environment.txt
└── sessions.txt
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft