-
Notifications
You must be signed in to change notification settings - Fork 99
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
Option to only track devtools console time #231
Comments
So only track time in browser when devtools is open, otherwise disable WakaTime tracking in the browser? |
That would be a simpler implementation yes, though i meant more that it could interfact with remote debugger to get status on when you are typing in devtools (if possible) and for how long for higher accuracy and compatibility with desktop apps. Though im not sure if that would even be in-line with the browser version? |
The browser extension should already be doing that. When devtools is open it tracks time towards |
true, but it would be nice to be able to have debugging tracked when debugging applications like discord or Spotify which have remote debugging ports! a browser implementation would still be great though |
new feature request:
ispend alot of my time troubleshooting javascript code from chrome devtools, preferably this would be implemented using https://developers.google.com/cast/docs/debugging/remote_debugger so that other apps can be recognized!
The text was updated successfully, but these errors were encountered: