Mercurial > code > home > repos > collector
annotate .vscode/settings.json @ 11:baf886e01ed1
vscode & pdm setup
author | drewp@bigasterisk.com |
---|---|
date | Fri, 25 Nov 2022 20:57:38 -0800 |
parents | e2d855c00e57 |
children |
rev | line source |
---|---|
0 | 1 { |
2 "python.linting.pylintEnabled": false, | |
3 "python.linting.flake8Enabled": true, | |
4 "python.linting.enabled": true, | |
5 "python.pythonPath": "/home/drewp/.venvs/collector/bin/python", | |
6 "python.formatting.provider": "yapf", | |
7 "files.watcherExclude": { | |
8 "_darcs_old/**": true | |
11 | 9 }, |
10 "python.autoComplete.extraPaths": ["__pypackages__/3.10/lib"], | |
11 "python.analysis.extraPaths": ["__pypackages__/3.10/lib"] | |
0 | 12 } |