New debug setting for verbose logging.

Upgraded wakatime package to v0.3.1.
Fixed bug on windows where wakatime package not correctly imported.
This commit is contained in:
Alan Hamlett
2013-08-08 18:52:45 -07:00
parent c9da7888ec
commit ff8fe836ec
74 changed files with 17178 additions and 37 deletions

View File

@ -1,5 +1,12 @@
// WakaTime Default Settings
// Use this as a reference when editing your local User settings.
// This settings file will be overwritten when upgrading.
{
// Your api key from https://www.wakati.me/#apikey
// Set this in your User specific WakaTime.sublime-settings file.
"api_key": ""
"api_key": "",
// Debug mode. Set to true for verbose logging. Defaults to false.
"debug": false
}