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

Regression: not able to configure via environment variable in v18.1.5 with GitPod #277

Closed clouedoc closed 2 years ago

clouedoc commented 2 years ago

See reproduction repository here

Error message

Capture d’écran 2022-06-17 à 21 52 46

Reproduction

CLI version: v1.49.0 Extension version: v18.1.5

  1. Create a gitpod.io account
  2. Add the WAKATIME_API_KEY variable here: https://gitpod.io/variables (with value from https://wakatime.com/api-key)
  3. Open this repository using GitPod
  4. Edit a file to trigger WakaTime reporting
  5. You will see the error message
  6. Execute > WakaTime: Api Key and set your API key manually
  7. Edit a file. Everything will work.

Versions

v18.1.5: reproduces v18.1.0: OK <-- I'll stay with this version until the bug is resolved v17.1.0: OK

To test another version, edit .gitpod.yml

alanhamlett commented 2 years ago

Fixed with b7caad8b2df21cc18cc227e3e562cb0e3c65b8a8 and released in v18.1.6.

clouedoc commented 2 years ago

Thank you very much for fixing this bug!