TheAshenWolf / WakaTimeForUE

As all the other versions of Wakatime plugins for Unreal Engine lead to blank repos, I decided to make a plugin that actually has some code in it. I am no longer working on this plugin, but the community is, so feel free to contribute!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A recommendation to save WakaTime config to the global WakaTime dir located at ~/.wakatime.cfg

simonSlamka opened this issue · comments

Since all WakaTime plugins seem to use the user's home dir as a config dir, I recommend doing the same here.
So at launch, we would read ~/.wakatime.cfg, see if there's an API key - if there isn't one, ask for it, and then put it in there. If there is, just continue loading. This way, all the WakaTime plugins, including this one, share one common config.

I will try to do this in the PR I opened.

Thanks

I added this in #9.