datreks/codetime-vscode

What metric do you use to log the time ?

Closed this issue · 2 comments

What metric do you use to log the time ?
Is it total time spent in editor(idle time included) or
time "spent doing something" in editor(like moving the mouse and/or keyboard) ?

Simply put, when a VSCode event is triggered, we will report a message. This mainly includes actions such as input, scroll, and file switching.

https://github.com/datreks/codetime-vscode/blob/master/src/events.ts

Thank you very much!