Mercurial > code > home > repos > gcalendarwatch
annotate .vscode/settings.json @ 91:62caecb41dfd default tip
fix tag
author | drewp@bigasterisk.com |
---|---|
date | Fri, 03 Jan 2025 18:06:13 -0800 |
parents | 7f50e5bb30f5 |
children |
rev | line source |
---|---|
15 | 1 { |
2 "python.formatting.provider": "yapf", | |
27 | 3 |
41 | 4 "python.autoComplete.extraPaths": ["/home/drewp/.local/share/pdm/venvs/gcalendarwatch-Jc0qcF2s-3.11/lib/python3.11/site-packages"], |
5 "python.analysis.extraPaths": ["/home/drewp/.local/share/pdm/venvs/gcalendarwatch-Jc0qcF2s-3.11/lib/python3.11/site-packages"] | |
15 | 6 } |