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
+1 -1
View File
@@ -11,7 +11,7 @@ buf-generate:
$(BUF) generate
py-sync:
uv sync --project python
uv sync --project python --all-packages
go-test:
cd clients/go && go test ./...