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
+9
View File
@@ -0,0 +1,9 @@
{
"venvPath": "python",
"venv": ".venv",
"extraPaths": [
"gen/python",
"python/packages/officeconvert/src",
"python/packages/server/src"
]
}