mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-04 10:52:17 +02:00
chore: setup worktree script
This commit is contained in:
parent
982030d26e
commit
2249d944f3
5 changed files with 66 additions and 4 deletions
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
|
@ -4,6 +4,6 @@
|
|||
"git.worktreeIncludeFiles": [
|
||||
"api/.env",
|
||||
"api/.env.test",
|
||||
"ui/.env.local"
|
||||
"ui/.env"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
12
.vscode/tasks.json
vendored
12
.vscode/tasks.json
vendored
|
|
@ -18,6 +18,18 @@
|
|||
"runOn": "folderOpen"
|
||||
},
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
// Manual, one-time per worktree (heavy: submodule + venv + deps).
|
||||
// Run via: Tasks: Run Task -> "Setup worktree environment".
|
||||
"label": "Setup worktree environment",
|
||||
"type": "shell",
|
||||
"command": "${workspaceFolder}/scripts/setup-worktree.sh",
|
||||
"presentation": {
|
||||
"reveal": "always",
|
||||
"panel": "dedicated"
|
||||
},
|
||||
"problemMatcher": []
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue