dograh/.vscode/settings.json
2026-06-30 15:59:18 +05:30

9 lines
215 B
JSON

{
"python.defaultInterpreterPath": "${workspaceFolder}/venv/bin/python",
"git.detectWorktrees": true,
"git.worktreeIncludeFiles": [
"api/.env",
"api/.env.test",
"ui/.env"
]
}