mujx / hakatime

Wakatime server implementation & analytics dashboard
https://hakatime.mtx-dev.xyz
The Unlicense
610 stars 45 forks source link

Add support for the status bar time on VS Code #50

Closed mujx closed 2 years ago

mujx commented 2 years ago

This feature belongs to this endpoint /api/v1/users/current/statusbar/today for the wakatime server.

mujx commented 2 years ago

Example output that the plugin expects:

{
    "data": {
        "categories": [],
        "grand_total": {
            "text": "10 secs"
        }
    }
}