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

Add Environment Variable for api_url #246

Closed jimmybrancaccio closed 2 years ago

jimmybrancaccio commented 2 years ago

I am a Hakatime user so we specify api_url in the .wakatime.cfg file. Given that api_key is already implemented I can't imagine adding api_url would be too difficult. It would be very very much appreciated!

If any further information is necessary to implement this please don't hesitate to let me know. 😁

alanhamlett commented 2 years ago

We probably won't add this, because it's not a commonly used setting. We want to keep the editor config simple and only show api key, proxy, and debug checkbox. The wakatime.cfg has tons of options, and adding them to editor settings would be too chaotic.