browser-wakatime
browser-wakatime copied to clipboard
Count editing on github.com as a separate IDE
If you do this please make it so that you can have the chrome extension either not count it separate or to ignore all other sites and only with github.com.
Do you mean github.dev, GitHub's vscode in the browser, or editing and committing a document in the github.com text editor?
For github.dev, the vscode plugin works there if you install it from the extensions menu.
Here's a related issue about detecting the project from the url: #47
We should definitely detect the project from the github repo url, similar to #180 and #181.
We are already detecting github.com and github.dev and report them in the project field of the heartbeat payload
But we dont set editor or language, should we include these to extra fields as well @alanhamlett ?
Yes, let's try adding those fields when editing files on github.com and when using the web vscode editor on github.dev.
Normal browsing files on github.com without editing a file will only send the project, not editor nor language, same as it currently does.
Related: #82