add back python binary location setting

This commit is contained in:
Alan Hamlett 2020-12-28 17:57:46 -08:00
parent 809e43cfe5
commit 28556de3b6
1 changed files with 4 additions and 1 deletions

View File

@ -30,5 +30,8 @@
"status_bar_coding_activity": true,
// 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": ""
}