2013-08-09 05:52:45 +04:00
|
|
|
// WakaTime Default Settings
|
|
|
|
// Use this as a reference when editing your local User settings.
|
|
|
|
// This settings file will be overwritten when upgrading.
|
|
|
|
|
2013-08-05 09:11:22 +04:00
|
|
|
{
|
2020-12-29 04:49:31 +03:00
|
|
|
// Your api key from https://wakatime.com/api-key
|
2020-03-01 03:22:32 +03:00
|
|
|
// Set this in your User specific WakaTime.sublime-settings file.
|
|
|
|
"api_key": "",
|
2020-12-29 04:49:31 +03:00
|
|
|
|
2017-03-10 19:11:40 +03:00
|
|
|
// Debug mode. Set to true for verbose logging. Defaults to false.
|
|
|
|
"debug": false,
|
|
|
|
|
|
|
|
// Proxy with format https://user:pass@host:port or socks5://user:pass@host:port or domain\\user:pass.
|
|
|
|
"proxy": "",
|
2017-04-11 04:55:24 +03:00
|
|
|
|
2013-10-28 08:30:10 +04:00
|
|
|
// Ignore files; Files (including absolute paths) that match one of these
|
|
|
|
// POSIX regular expressions will not be logged.
|
2017-04-11 04:55:24 +03:00
|
|
|
"ignore": ["^/tmp/", "^/etc/", "^/var/(?!www/).*", "COMMIT_EDITMSG$", "PULLREQ_EDITMSG$", "MERGE_MSG$", "TAG_EDITMSG$"],
|
|
|
|
|
2017-09-14 17:39:28 +03:00
|
|
|
// Include files; Files (including absolute paths) that match one of these
|
2017-09-15 03:51:22 +03:00
|
|
|
// POSIX regular expressions will bypass your ignore setting.
|
2017-09-14 17:39:28 +03:00
|
|
|
"include": [".*"],
|
|
|
|
|
2019-05-01 20:48:28 +03:00
|
|
|
// Status bar for surfacing errors and displaying today's coding time. Set
|
|
|
|
// to false to hide. Defaults to true.
|
|
|
|
"status_bar_enabled": true,
|
2017-04-11 04:55:24 +03:00
|
|
|
|
2019-05-01 20:48:28 +03:00
|
|
|
// Show today's coding activity in WakaTime status bar item.
|
|
|
|
// Defaults to true.
|
|
|
|
"status_bar_coding_activity": true,
|
2017-03-04 19:21:21 +03:00
|
|
|
|
2017-03-10 19:11:40 +03:00
|
|
|
// Obfuscate file paths when sending to API. Your dashboard will no longer display coding activity per file.
|
2020-12-29 04:49:31 +03:00
|
|
|
"hidefilenames": false
|
2013-08-05 09:11:22 +04:00
|
|
|
}
|