Use wakatime-cli standalone

This commit is contained in:
Carlos Henrique Guardão Gandarez
2020-02-29 19:15:40 -05:00
parent 483d8f596e
commit d588451468
1328 changed files with 230 additions and 260361 deletions

View File

@@ -3,10 +3,6 @@
// 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,
@@ -30,8 +26,5 @@
"status_bar_coding_activity": true,
// Obfuscate file paths when sending to API. Your dashboard will no longer display coding activity per file.
"hidefilenames": false,
// Python binary location. Uses python from your PATH by default.
"python_binary": ""
"hidefilenames": false
}