annotate .vscode/settings.json @ 79:30ad34850ef1
redo url structure (still not the same as the old version)
author |
drewp@bigasterisk.com |
date |
Fri, 06 Sep 2024 18:24:38 -0700 |
parents |
ab54c9f65f76 |
children |
7f50e5bb30f5 |
rev |
line source |
15
|
1 {
|
|
2 "python.linting.pylintEnabled": false,
|
|
3 "python.linting.flake8Enabled": true,
|
|
4 "python.linting.enabled": true,
|
|
5 "python.formatting.provider": "yapf",
|
27
|
6
|
41
|
7 "python.autoComplete.extraPaths": ["/home/drewp/.local/share/pdm/venvs/gcalendarwatch-Jc0qcF2s-3.11/lib/python3.11/site-packages"],
|
|
8 "python.analysis.extraPaths": ["/home/drewp/.local/share/pdm/venvs/gcalendarwatch-Jc0qcF2s-3.11/lib/python3.11/site-packages"]
|
15
|
9 }
|