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

bugfix: constantly asking for api key #337

Closed esphas closed 1 year ago

esphas commented 1 year ago

In v24.0.8 the initialization of options.logFile is removed by accident, which causes _sendHeartbeat to fail constantly (it calls Utils.quote(str: string) for undefined value). This PR added it back.

This is going to fix #335 #336

alanhamlett commented 1 year ago

Fixed with c0c9356fe7fed89437729dc79d8d9c4bdf8609c1 and released in v24.0.10.