vscode-coding-tracker icon indicating copy to clipboard operation
vscode-coding-tracker copied to clipboard

Overall open time

Open Tymek opened this issue 5 years ago • 2 comments

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?

Tymek avatar Mar 20 '19 12:03 Tymek

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:

https://github.com/hangxingliu/vscode-coding-tracker-server/blob/master/test/src/BaseServerTest.js#L25

hangxingliu avatar Mar 24 '19 22:03 hangxingliu

Is there such extension for google chrome available?

robgal519 avatar Apr 14 '20 10:04 robgal519