annotate .vscode/settings.json @ 11:baf886e01ed1

vscode & pdm setup
author drewp@bigasterisk.com
date Fri, 25 Nov 2022 20:57:38 -0800
parents e2d855c00e57
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e2d855c00e57 initial move from homeauto/ repo
drewp@bigasterisk.com
parents:
diff changeset
1 {
e2d855c00e57 initial move from homeauto/ repo
drewp@bigasterisk.com
parents:
diff changeset
2 "python.linting.pylintEnabled": false,
e2d855c00e57 initial move from homeauto/ repo
drewp@bigasterisk.com
parents:
diff changeset
3 "python.linting.flake8Enabled": true,
e2d855c00e57 initial move from homeauto/ repo
drewp@bigasterisk.com
parents:
diff changeset
4 "python.linting.enabled": true,
e2d855c00e57 initial move from homeauto/ repo
drewp@bigasterisk.com
parents:
diff changeset
5 "python.pythonPath": "/home/drewp/.venvs/collector/bin/python",
e2d855c00e57 initial move from homeauto/ repo
drewp@bigasterisk.com
parents:
diff changeset
6 "python.formatting.provider": "yapf",
e2d855c00e57 initial move from homeauto/ repo
drewp@bigasterisk.com
parents:
diff changeset
7 "files.watcherExclude": {
e2d855c00e57 initial move from homeauto/ repo
drewp@bigasterisk.com
parents:
diff changeset
8 "_darcs_old/**": true
11
baf886e01ed1 vscode & pdm setup
drewp@bigasterisk.com
parents: 0
diff changeset
9 },
baf886e01ed1 vscode & pdm setup
drewp@bigasterisk.com
parents: 0
diff changeset
10 "python.autoComplete.extraPaths": ["__pypackages__/3.10/lib"],
baf886e01ed1 vscode & pdm setup
drewp@bigasterisk.com
parents: 0
diff changeset
11 "python.analysis.extraPaths": ["__pypackages__/3.10/lib"]
0
e2d855c00e57 initial move from homeauto/ repo
drewp@bigasterisk.com
parents:
diff changeset
12 }