Mercurial > code > home > repos > environment
diff .vscode/settings.json @ 2:a547c300bd6e
project cleanup
author | drewp@bigasterisk.com |
---|---|
date | Fri, 01 Apr 2022 00:44:01 -0700 |
parents | 3c1bc3bc5a6c |
children |
line wrap: on
line diff
--- a/.vscode/settings.json Thu Mar 31 23:49:08 2022 -0700 +++ b/.vscode/settings.json Fri Apr 01 00:44:01 2022 -0700 @@ -2,9 +2,8 @@ "python.linting.pylintEnabled": false, "python.linting.flake8Enabled": true, "python.linting.enabled": true, - "python.pythonPath": "/home/drewp/.local/share/virtualenvs/environment-l9Nv7hqc/bin/python", "python.formatting.provider": "yapf", - "files.watcherExclude": { - "_darcs_old/**": true - } + + "python.autoComplete.extraPaths": ["__pypackages__/3.9/lib"], + "python.analysis.extraPaths": ["__pypackages__/3.9/lib"] }