add api_key into sublime-settings

This commit is contained in:
Carlos Henrique Guardão Gandarez 2020-02-29 19:22:32 -05:00
parent d588451468
commit fa0a3aacb5
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
// This settings file will be overwritten when upgrading.
{
// Your api key from https://wakatime.com/#apikey
// Set this in your User specific WakaTime.sublime-settings file.
"api_key": "",
// Debug mode. Set to true for verbose logging. Defaults to false.
"debug": false,