diff .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
line wrap: on
line diff
--- a/.vscode/settings.json	Tue Aug 22 12:47:28 2023 -0700
+++ b/.vscode/settings.json	Sun Nov 12 23:19:23 2023 -0800
@@ -4,6 +4,6 @@
   "python.linting.enabled": true,
   "python.formatting.provider": "yapf",
 
-  "python.autoComplete.extraPaths": ["__pypackages__/3.10/lib"],
-  "python.analysis.extraPaths": ["__pypackages__/3.10/lib"]
+  "python.autoComplete.extraPaths": ["/home/drewp/.local/share/pdm/venvs/gcalendarwatch-Jc0qcF2s-3.11/lib"],
+  "python.analysis.extraPaths": ["/home/drewp/.local/share/pdm/venvs/gcalendarwatch-Jc0qcF2s-3.11/lib"]
 }