datreks / codetime-vscode

The Codetime extension for Visual Studio Code.
https://codetime.dev
MIT License
84 stars 11 forks source link

Status bar event listeners #37

Closed DevVali closed 10 months ago

DevVali commented 1 year 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.

Jannchie commented 10 months ago

https://github.com/datreks/codetime-vscode/blob/44e85e9c444c10c5dcdbf6e756a8bb4df0938289/src/codetime.ts#L93C1-L97C18

We poll instead of listening for events. Also, the content of the status bar will be modified when initialization and reporting information fails.