vscode: fix missing python modules, ultimately due to uv sync issue

This commit is contained in:
2026-03-26 22:33:34 -07:00
parent 8e93f75257
commit 516a2a107e
5 changed files with 19 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"recommendations": ["ms-python.python"]
}
+3
View File
@@ -0,0 +1,3 @@
{
"python.defaultInterpreterPath": "${workspaceFolder}/python/.venv/bin/python"
}