VS Code Activity Tracker Extension
Tracks words and lines typed per file and sends a CSV to AWS S3 every minute.
🔧 Local Development
- Install dependencies:
npm install
- Compile the extension:
npm run compile
- Launch the Extension Development Host:
code .
# Then press F5 to run it
- Package the extension (optional):
npm install -g vsce
vsce package
- 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.
| |