mirror of
https://github.com/wakatime/sublime-wakatime.git
synced 2023-08-10 21:13:02 +03:00
add api_key into sublime-settings
This commit is contained in:
parent
d588451468
commit
fa0a3aacb5
@ -3,6 +3,10 @@
|
|||||||
// This settings file will be overwritten when upgrading.
|
// 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 mode. Set to true for verbose logging. Defaults to false.
|
||||||
"debug": false,
|
"debug": false,
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user