-
Notifications
You must be signed in to change notification settings - Fork 7
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
Feat: provide screen stats #11
Comments
This is a neat idea, and would support what's needed for #6. I bet we can borrow something from existing extensions in the marketplace that do similar things. |
this would be really useful info actually. |
I have never done a vs code extension but I’m working on this as part of release 0.4 🎉 |
@batunpc awesome. I would suggest that you start small. Begin by collecting one stat (maybe lines of code edited per hour, or characters typed per minute, or something). Get the basics working in this first PR, and we can expand it once we understand more about how this should work. |
Would be great to collect such information such as screen time per user for every course work which mainly requires working in vscode (many programming courses) to get an idea of average hours per week per course and maybe personal screen hours stats. Can check if the user is actively working and disable timer if the person has not been typing anything for more than 20 mins (tbd).
The text was updated successfully, but these errors were encountered: