summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authorVal Neekman <val@neekware.com>2018-12-25 17:35:10 -0500
committerVal Neekman <val@neekware.com>2018-12-25 17:35:10 -0500
commit96c57f75d4cf11f68a895169fb3a78952d068657 (patch)
treefee93c7c237075205e92652761ca14275fec29da /.vscode/settings.json
parent9bd06cd6fe5e744a935a0c6faf45900961832cc8 (diff)
downloadpython-slugify-96c57f75d4cf11f68a895169fb3a78952d068657.tar.gz
update readme, changelog, manifest
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 1311c75..32531ea 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,4 +1,5 @@
{
"python.linting.pylintEnabled": false,
- "restructuredtext.confPath": ""
+ "restructuredtext.confPath": "",
+ "python.pythonPath": "/usr/local/opt/python/bin/python3.6"
} \ No newline at end of file