wakatime / vscode-wakatime

Visual Studio Code plugin for automatic time tracking and metrics generated from your programming activity.
https://wakatime.com/vs-code
BSD 3-Clause "New" or "Revised" License
1.21k stars 134 forks source link

ℹ️ Feature Request #317

Closed pratikkabade closed 1 year ago

pratikkabade commented 1 year ago
ℹ️ The issue doesn't belong here but its closest.

Wakatime profile to display language wise hours

image

Like by clicking on typescript it should display all hours of typescript

really appreciate it if you take this into consideration

alanhamlett commented 1 year ago

Deployed this change to the website just now.

pratikkabade commented 1 year ago

hate to bring this again but i can't see any changes. It's still the same

im referring to this link or more precise this one

alanhamlett commented 1 year ago

Try hard-refreshing the page to make sure your browser isn't caching the old javascript.

Here's how it looks for me:

Screen Shot 2022-12-09 at 12 49 26 PM
pratikkabade commented 1 year ago

I was saying about this image when we click on any language the above year calendar should show coding with that respective language on the calendar

is it clear what am i asking? And thank you for being open and flexible.

alanhamlett commented 1 year ago

Oh got it, we don't have that feature planned anytime soon.

pratikkabade commented 1 year ago

Oh i see but it would be a great feature hope to see you implement it. Anyways I appreciate it!

pratikkabade commented 1 year ago

@alanhamlett, is there any problem from your end because from last 2 days my activity isn't getting synced. Also in vs code it is showing 0sec no matter how long i'm using it

alanhamlett commented 1 year ago

Not that we know of. Are there any error messages in your ~/.wakatime.log file?

Please email support@wakatime.com to get more help with debugging your plugin.

pratikkabade commented 1 year ago

Sorry for delay. I checked the file there are several logs

{"caller":"cmd/run.go:270","func":"cmd.runCmd","level":"error","message":"failed to run command: today fetch failed: failed fetching today from api: failed to make request to \"https://api.wakatime.com/api/v1/users/current/statusbar/today\": retry request failed: Get \"https://143.244.210.202/api/v1/users/current/statusbar/today\": dial tcp 143.244.210.202:443: connectex: A socket operation was attempted to an unreachable host.. original error: Get \"https://api.wakatime.com/api/v1/users/current/statusbar/today\": dial tcp: lookup api.wakatime.com: no such host","now":"2022-12-22T12:15:37+05:30","os/arch":"windows/amd64","version":"v1.60.1"}

this one is the latest one (the most bottom one) is this causing the issue? is so can you tell me how to fix it?

pratikkabade commented 1 year ago

PS. Its working now, thanks!

alanhamlett commented 1 year ago

dial tcp: lookup api.wakatime.com: no such host looks like a temporary network issue, which is probably why it's working now

pratikkabade commented 1 year ago

@alanhamlett is it possible to track specific website in wakatime like localhost:8888?

alanhamlett commented 1 year ago

With the Chrome Extension, but it's not currently working very well. We're planning on fixing it starting this month.

pratikkabade commented 1 year ago

ok thanks!! 👍

pratikkabade commented 1 year ago

@alanhamlett does wakatime support stackblitz

alanhamlett commented 1 year ago

@alanhamlett does wakatime support stackblitz

Stackblitz needs the extension to be extensionKind of ui, which we publish to Open VSX but our VS Code Marketplace extension is kind workspace so it isn't listed in the Stackblitz Codeflow editor.

https://github.com/stackblitz/core/issues/3#issuecomment-1416712387

pratikkabade commented 1 year ago

Oh I see!.

I thought just chrome extension it could be possible for you to track stackblitz too. Nevermind, thanks!