vscode: fix missing python modules, ultimately due to uv sync issue
This commit is contained in:
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"recommendations": ["ms-python.python"]
|
||||
}
|
||||
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"python.defaultInterpreterPath": "${workspaceFolder}/python/.venv/bin/python"
|
||||
}
|
||||
Reference in New Issue
Block a user