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

Constantly opens the API key dialog on GitHub Codespaces #362

Open TheDevMinerTV opened 10 months ago

TheDevMinerTV commented 10 months ago

When installing WakaTime on GitHub Codespaces, the API key dialog gets opened on every navigation. It's fricking infuriating.

alanhamlett commented 10 months ago

Duplicate of #324 and possibly related to #315.

Can you share steps how to reproduce this? Using the blank codespaces template it's working for me and only prompts once for api key when first installed.

Screenshot 2023-08-25 at 3 12 09 PM
TheDevMinerTV commented 10 months ago

Nevermind, okay. Yeah, this is solved.

Would be cool if I wouldn't have to paste my API key in everytime I create a new codespace though.

alanhamlett commented 10 months ago

Would be cool if I wouldn't have to paste my API key in everytime I create a new codespace though.

Since it's running in a browser, maybe we could OAuth so it's only a click instead of copy/paste.

hexaaagon commented 6 months ago

Is there any update on cross web of codespaces?