mirror of
https://github.com/wakatime/sublime-wakatime.git
synced 2023-08-10 21:13:02 +03:00
12 lines
362 B
Plaintext
12 lines
362 B
Plaintext
{
|
|
// Prompt after being away.
|
|
// If true, will prompt user after 10 minutes of inactivity.
|
|
// If false, only logs actual activity inside Sublime.
|
|
// Defaults to false.
|
|
"prompt_after_away": false,
|
|
|
|
// Your api key from https://www.wakati.me/#apikey
|
|
// Set this in your User specific WakaTime.sublime-settings file.
|
|
"api_key": ""
|
|
}
|