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.23k stars 137 forks source link

Fix grammatical error in status bar tooltip #215

Closed salmonslay closed 3 years ago

salmonslay commented 3 years ago

The current tooltip in the status bar will start with "You coded", resulting in a grammatical error when the output is added which this PR aims to fix.

For example, the message

WakaTime: You coded 2 hrs 32 mins Coding, 36 mins Debugging, 25 mins Building today.

will be changed to

WakaTime: Today you have spent 2 hrs 32 mins Coding, 36 mins Debugging, 25 mins Building.

Screenshot of current tooltip:

image