Mercurial > code > home > repos > environment
comparison .vscode/settings.json @ 2:a547c300bd6e
project cleanup
author | drewp@bigasterisk.com |
---|---|
date | Fri, 01 Apr 2022 00:44:01 -0700 |
parents | 3c1bc3bc5a6c |
children |
comparison
equal
deleted
inserted
replaced
1:0f532eb91364 | 2:a547c300bd6e |
---|---|
1 { | 1 { |
2 "python.linting.pylintEnabled": false, | 2 "python.linting.pylintEnabled": false, |
3 "python.linting.flake8Enabled": true, | 3 "python.linting.flake8Enabled": true, |
4 "python.linting.enabled": true, | 4 "python.linting.enabled": true, |
5 "python.pythonPath": "/home/drewp/.local/share/virtualenvs/environment-l9Nv7hqc/bin/python", | |
6 "python.formatting.provider": "yapf", | 5 "python.formatting.provider": "yapf", |
7 "files.watcherExclude": { | 6 |
8 "_darcs_old/**": true | 7 "python.autoComplete.extraPaths": ["__pypackages__/3.9/lib"], |
9 } | 8 "python.analysis.extraPaths": ["__pypackages__/3.9/lib"] |
10 } | 9 } |