wakatime / sublime-wakatime

Sublime Text 2 & 3 plugin for automatic time tracking and metrics generated from your programming activity.
https://wakatime.com/sublime-text
BSD 3-Clause "New" or "Revised" License
526 stars 45 forks source link

Wakatime fails to initialize on Sublime Text 3.1.1 #87

Closed ethanmay closed 6 years ago

ethanmay commented 6 years ago

Sublime Text 3.1.1 came out yesterday and it appears that the Wakatime extension is failing to initialize. I removed the package, attempted to reinstall, and the status bar says "Wakatime Initializing" indefinitely. Furthermore, I am not presented with a text box to enter my API key.

alanhamlett commented 6 years ago

The text box asking for your API Key is only needed once, it saves your API Key to sublime's settings afterwards: 68747470733a2f2f77616b6174696d652e636f6d2f7374617469632f696d672f53637265656e53686f74732f7375626c696d652d77616b6174696d652d73657474696e67732d6d656e752e706e673f763d33

After typing in a file, the status bar should change to WakaTime OK.

ethanmay commented 6 years ago

@alanhamlett Thank you! Looks like I jumped to conclusions. It's working for me now.