Mercurial > code > home > repos > reposync
annotate .vscode/settings.json @ 24:03803832a087 default tip
add view definition for streamed-graph viewer
author | drewp@bigasterisk.com |
---|---|
date | Tue, 29 Mar 2022 21:17:56 -0700 |
parents | db4037285592 |
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 } |