Mercurial > code > home > repos > gcalendarwatch
annotate .vscode/settings.json @ 15:72ebd60d640e
containerization updates
author | drewp@bigasterisk.com |
---|---|
date | Sun, 13 Sep 2020 14:35:37 -0700 |
parents | |
children | 87ab41b8ed52 |
rev | line source |
---|---|
15 | 1 { |
2 "python.linting.pylintEnabled": false, | |
3 "python.linting.flake8Enabled": true, | |
4 "python.linting.enabled": true, | |
5 "python.pythonPath": "/home/drewp/.venvs/gcalendarwatch/bin/python", | |
6 "python.formatting.provider": "yapf", | |
7 "files.watcherExclude": { | |
8 "_darcs_old/**": true | |
9 } | |
10 } |