dograh/.vscode/settings.json

10 lines
215 B
JSON
Raw Normal View History

{
"python.defaultInterpreterPath": "${workspaceFolder}/venv/bin/python",
"git.detectWorktrees": true,
"git.worktreeIncludeFiles": [
"api/.env",
"api/.env.test",
2026-06-30 15:59:18 +05:30
"ui/.env"
]
}