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

Wakatime status bar entry is triplicated #363

Open nelson6e65 opened 10 months ago

nelson6e65 commented 10 months ago

imagen

Only the firts one has any effect (show/hide).

alanhamlett commented 10 months ago

WakaTime has multiple status bar items:

  1. Today's code time
  2. The top dev for the currently focused file (when part of a Team)
  3. Your total time spent in the currently focused file, for comparing against 2 (when part of a Team)

We want the ability to show/hide each individually. Also they're 3 different things, so we want different tooltips on hover to accurately describe each status bar item.

buster95 commented 6 months ago

@alanhamlett I think you should add a more specific title 😅, for example

alanhamlett commented 6 months ago

Added unique names for each status bar item in e0a7f36c785c35007c98897ba4b018bcb30212c3.