mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-01 08:59:46 +02:00
* chore: auto-assign per-worktree backend port via VS Code folderOpen task Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * chore: remove .conductor dev setup (moved to native git worktrees) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
9 lines
221 B
JSON
9 lines
221 B
JSON
{
|
|
"python.defaultInterpreterPath": "${workspaceFolder}/venv/bin/python",
|
|
"git.detectWorktrees": true,
|
|
"git.worktreeIncludeFiles": [
|
|
"api/.env",
|
|
"api/.env.test",
|
|
"ui/.env.local"
|
|
]
|
|
}
|