Mercurial > code > home > repos > reposync
annotate .vscode/settings.json @ 16:db4037285592 main master
update deps, some ide setup
author | drewp@bigasterisk.com |
---|---|
date | Fri, 27 Aug 2021 13:40:49 -0700 |
parents | f714a6a7842c |
children |
rev | line source |
---|---|
4
f714a6a7842c
start new web view for hgand github syncing
drewp@bigasterisk.com
parents:
diff
changeset
|
1 { |
16 | 2 "python.linting.pylintEnabled": false, |
3 "python.linting.flake8Enabled": true, | |
4 "python.linting.enabled": true, | |
5 "python.pythonPath": "/home/drewp/.venvs/reposync/bin/python", | |
6 "python.formatting.provider": "yapf", | |
7 "files.watcherExclude": { | |
8 "_darcs_old/**": true | |
9 } | |
10 } |