comparison .vscode/settings.json @ 36:cb990883e52f

deployment; dep updates
author drewp@bigasterisk.com
date Sun, 12 Nov 2023 23:19:23 -0800
parents 87ab41b8ed52
children ab54c9f65f76
comparison
equal deleted inserted replaced
35:6d602c53eb33 36:cb990883e52f
2 "python.linting.pylintEnabled": false, 2 "python.linting.pylintEnabled": false,
3 "python.linting.flake8Enabled": true, 3 "python.linting.flake8Enabled": true,
4 "python.linting.enabled": true, 4 "python.linting.enabled": true,
5 "python.formatting.provider": "yapf", 5 "python.formatting.provider": "yapf",
6 6
7 "python.autoComplete.extraPaths": ["__pypackages__/3.10/lib"], 7 "python.autoComplete.extraPaths": ["/home/drewp/.local/share/pdm/venvs/gcalendarwatch-Jc0qcF2s-3.11/lib"],
8 "python.analysis.extraPaths": ["__pypackages__/3.10/lib"] 8 "python.analysis.extraPaths": ["/home/drewp/.local/share/pdm/venvs/gcalendarwatch-Jc0qcF2s-3.11/lib"]
9 } 9 }