vscode-coding-tracker
vscode-coding-tracker copied to clipboard
Overall open time
Can I track not only when VSCode is focused? I like the idea of tracking time by branch, but most of the time I would like to include other activity (reading specs etc, API docs etc). If I try to solve it myself with PRq, where should I start?
You can write an extension for the web browser. and sending activity data by an HTTP request to the tracker server: POST /ajax/upload
. and you can get the reference of the request body from:
Is there such extension for google chrome available?