annotate .vscode/settings.json @ 15:72ebd60d640e

containerization updates
author drewp@bigasterisk.com
date Sun, 13 Sep 2020 14:35:37 -0700
parents
children 87ab41b8ed52
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15
72ebd60d640e containerization updates
drewp@bigasterisk.com
parents:
diff changeset
1 {
72ebd60d640e containerization updates
drewp@bigasterisk.com
parents:
diff changeset
2 "python.linting.pylintEnabled": false,
72ebd60d640e containerization updates
drewp@bigasterisk.com
parents:
diff changeset
3 "python.linting.flake8Enabled": true,
72ebd60d640e containerization updates
drewp@bigasterisk.com
parents:
diff changeset
4 "python.linting.enabled": true,
72ebd60d640e containerization updates
drewp@bigasterisk.com
parents:
diff changeset
5 "python.pythonPath": "/home/drewp/.venvs/gcalendarwatch/bin/python",
72ebd60d640e containerization updates
drewp@bigasterisk.com
parents:
diff changeset
6 "python.formatting.provider": "yapf",
72ebd60d640e containerization updates
drewp@bigasterisk.com
parents:
diff changeset
7 "files.watcherExclude": {
72ebd60d640e containerization updates
drewp@bigasterisk.com
parents:
diff changeset
8 "_darcs_old/**": true
72ebd60d640e containerization updates
drewp@bigasterisk.com
parents:
diff changeset
9 }
72ebd60d640e containerization updates
drewp@bigasterisk.com
parents:
diff changeset
10 }