Mercurial > code > home > repos > gcalendarwatch
comparison .vscode/settings.json @ 27:87ab41b8ed52
vscode settings
author | drewp@bigasterisk.com |
---|---|
date | Sun, 24 Jul 2022 00:58:07 -0700 |
parents | 72ebd60d640e |
children | cb990883e52f |
comparison
equal
deleted
inserted
replaced
26:c1eac229b355 | 27:87ab41b8ed52 |
---|---|
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/.venvs/gcalendarwatch/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.10/lib"], |
9 } | 8 "python.analysis.extraPaths": ["__pypackages__/3.10/lib"] |
10 } | 9 } |