-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Is it possible for WakaTime to "copy" the api key to remote container instead of reasking? #130
Comments
If you have access to change the container's build process then you can add a line to the |
I wonder if the developers of the Wakatime extension could add getting the API key from the ENV. This would allow users to add the API key as an ENV var in VSCode's dev-container settings, for the Wakatime extension could try to grab it from the container's environment on each rebuild. |
Related to #44. |
Let's move this into #244. |
I am using Vscode Remote: Containers and because WakaTime is a workspace extension kind it keeps asking me for the wakatime key everytime I rebuild. Is it possible to just copy this from the host instead?
The text was updated successfully, but these errors were encountered: