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.2k stars 133 forks source link

Status bar event listeners #373

Closed DevVali closed 7 months ago

DevVali commented 7 months ago

Hi 👋. I would like to ask a question about the code - on what event listener(s) does the status bar get updated?

Thank you.

alanhamlett commented 7 months ago

It's updated after sending heartbeat stats to the API, which means it's updated after some typing or other activity in your editor:

https://github.com/wakatime/vscode-wakatime/blob/8d101cb502f031ff7fa83cb907ba0f7e8303ed9c/src/wakatime.ts#L591