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.21k stars 134 forks source link

Using global cli option is not documented #303

Closed cubercsl closed 1 year ago

cubercsl commented 1 year ago

As it is mentioned in https://github.com/wakatime/vscode-wakatime/issues/177 and https://github.com/wakatime/vscode-wakatime/pull/178, we can use some config to use global wakatime-cli provided by package manager or something else.

In this plugin, it is now use global, but not documented in https://github.com/wakatime/wakatime-cli/blob/v1.55.1/USAGE.md

Maybe we should try to find/use global by default like other plugins (such as vim-wakatime), and then fallback to automatically download.

alanhamlett commented 1 year ago

Sounds good, I'll start on a PR.

alanhamlett commented 1 year ago

Implemented in v20.0.0 released just now.