diff options
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/settings.json | 3 |
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 |
