Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Activity Tracker for VSCode by Nikul KumarNew to Visual Studio Code? Get it now.
Activity Tracker for VSCode by Nikul Kumar

Activity Tracker for VSCode by Nikul Kumar

NikulKumar

|
3 installs
| (0) | Free
Tracks lines and words typed and uploads CSV logs to S3.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code Activity Tracker Extension

Tracks words and lines typed per file and sends a CSV to AWS S3 every minute.

🔧 Local Development

  1. Install dependencies:
npm install
  1. Compile the extension:
npm run compile
  1. Launch the Extension Development Host:
code .
# Then press F5 to run it
  1. Package the extension (optional):
npm install -g vsce
vsce package
  1. Install the extension from VSIX:
code --install-extension vscode-activity-tracker-1.0.0.vsix

📝 Remember to set your AWS credentials and replace your-s3-bucket-name with your actual S3 bucket.

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