You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m using the VSCode extension, and even though I set heartbeat_rate_limit_seconds = 10 in the wakatime.cfg file, it seems that the actual heartbeat_rate_limit_seconds is being set to the default value of 120.
Looking at the code, it appears that the heartbeat_rate_limit_seconds value from wakatime.cfg is only read if the flag is explicitly set to 0. This behavior feels more like a bug than an intended design.
Additionally, even though I’ve set debug = true, I’m unable to see any debug logs. I’ve already made a simple fix for this issue and submitted a PR. Please let me know if I’ve missed anything.
I recently discovered WakaTime and thought it would be fun to show, in near real-time, what code I’m working on through my blog. So I hope this issue gets resolved soon!
Environment:
OS: mac os 15.1.1(24B91)
Platform: arm64
Logs:
The text was updated successfully, but these errors were encountered:
I’m using the VSCode extension, and even though I set
heartbeat_rate_limit_seconds = 10
in thewakatime.cfg
file, it seems that the actualheartbeat_rate_limit_seconds
is being set to the default value of 120.Looking at the code, it appears that the
heartbeat_rate_limit_seconds
value fromwakatime.cfg
is only read if the flag is explicitly set to 0. This behavior feels more like a bug than an intended design.Additionally, even though I’ve set
debug = true
, I’m unable to see any debug logs. I’ve already made a simple fix for this issue and submitted a PR. Please let me know if I’ve missed anything.I recently discovered WakaTime and thought it would be fun to show, in near real-time, what code I’m working on through my blog. So I hope this issue gets resolved soon!
Environment:
Logs:
The text was updated successfully, but these errors were encountered: