Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overall open time #32

Open
Tymek opened this issue Mar 20, 2019 · 2 comments
Open

Overall open time #32

Tymek opened this issue Mar 20, 2019 · 2 comments

Comments

@Tymek
Copy link

Tymek commented Mar 20, 2019

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?

@hangxingliu
Copy link
Owner

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

@robgal519
Copy link

Is there such extension for google chrome available?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants