ability to override python binary location
This commit is contained in:
parent
7492c3ce12
commit
385ba818cc
2 changed files with 10 additions and 3 deletions
|
@ -29,5 +29,8 @@
|
|||
"status_bar_message_fmt": "WakaTime {status} %I:%M %p",
|
||||
|
||||
// Obfuscate file paths when sending to API. Your dashboard will no longer display coding activity per file.
|
||||
"hidefilenames": false
|
||||
"hidefilenames": false,
|
||||
|
||||
// Python binary location. Uses python from your PATH by default.
|
||||
"python_binary": ""
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue