summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authorVal Neekman <val@neekware.com>2021-05-05 19:22:50 -0400
committerVal Neekman <val@neekware.com>2021-05-05 19:22:50 -0400
commit377c6797a150151d07fabea77146be5bc9a732a5 (patch)
tree9e53b115e551c10214b54cd989fca70de81dc7df /.vscode/settings.json
parent319559cb43f239ac0d3bc7b975a78059bf4a1086 (diff)
downloadpython-slugify-377c6797a150151d07fabea77146be5bc9a732a5.tar.gz
clean up, post 2.7,3.5 drop
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 32531ea..2ab09c1 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,5 +1,4 @@
{
"python.linting.pylintEnabled": false,
- "restructuredtext.confPath": "",
- "python.pythonPath": "/usr/local/opt/python/bin/python3.6"
+ "python.pythonPath": "/usr/bin/python3",
} \ No newline at end of file