Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I change Wakatime API Key in Sublime?

Tags:

wakatime

I'm using Wakatime to log my work hours, I had to change my API Key and now I need to update the plugin in Sublime Text.

The Wakatime FAQ sends me to the plugin repository, but I can't find any options there.

like image 226
Lomefin Avatar asked Nov 04 '16 05:11

Lomefin


1 Answers

For Sublime Text, update your api key in your WakaTime.sublime-settings file.

enter image description here

This file can be found inside the Packages directory in Sublime Text, in my case, having MacOS it is in ~/Library/Application Support/Sublime Text 3/Packages/WakaTime there I can find the said file.

There you can fill add your api key.

{
  api_key": "MY-WAKATIME-API-KEY",
  ...
}

More Generic Info

To view your api key: https://wakatime.com/settings/api-key

FAQ about api key: https://wakatime.com/faq#change-api-key

like image 82
Lomefin Avatar answered Nov 16 '22 08:11

Lomefin