browser-wakatime icon indicating copy to clipboard operation
browser-wakatime copied to clipboard

Count editing on github.com as a separate IDE

Open gleich opened this issue 4 years ago • 5 comments

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.

gleich avatar Jul 29 '19 03:07 gleich

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

alanhamlett avatar Mar 16 '23 07:03 alanhamlett

We should definitely detect the project from the github repo url, similar to #180 and #181.

alanhamlett avatar Mar 16 '23 07:03 alanhamlett

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 ?

jvelezpo avatar Apr 04 '23 21:04 jvelezpo

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.

alanhamlett avatar Apr 05 '23 08:04 alanhamlett

Related: #82

alanhamlett avatar Apr 05 '23 09:04 alanhamlett