Mercurial > code > home > repos > gcalendarwatch
annotate .vscode/settings.json @ 27:87ab41b8ed52
vscode settings
author | drewp@bigasterisk.com |
---|---|
date | Sun, 24 Jul 2022 00:58:07 -0700 |
parents | 72ebd60d640e |
children | cb990883e52f |
rev | line source |
---|---|
15 | 1 { |
2 "python.linting.pylintEnabled": false, | |
3 "python.linting.flake8Enabled": true, | |
4 "python.linting.enabled": true, | |
5 "python.formatting.provider": "yapf", | |
27 | 6 |
7 "python.autoComplete.extraPaths": ["__pypackages__/3.10/lib"], | |
8 "python.analysis.extraPaths": ["__pypackages__/3.10/lib"] | |
15 | 9 } |