dograh/.vscode/settings.json
Abhishek 0716582aa7
feat: add devcontainer based setup (#352)
* feat: add devcontainer for local setup

* feat: add local install hook

* feat: add devcontainer based setup docs

* feat: use uv in api/Dockerfile

* fix: fix CI scripts

* fix: fix post job cleanup step
2026-05-25 20:44:22 +05:30

3 lines
78 B
JSON

{
"python.defaultInterpreterPath": "${workspaceFolder}/venv/bin/python"
}