dashboard test runner . backend
This commit is contained in:
15
.vscode/launch.json
vendored
15
.vscode/launch.json
vendored
@@ -107,6 +107,21 @@
|
||||
],
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": false
|
||||
},
|
||||
{
|
||||
"name": "Ralph: dashboard (test runner PRD)",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"python": "${workspaceFolder}/.venv-rocm/bin/python",
|
||||
"program": "${workspaceFolder}/scripts/ralph_progress.py",
|
||||
"args": [
|
||||
"watch",
|
||||
"--prd", ".scratch/dashboard-test-runner/prd.json",
|
||||
"--interval", "5",
|
||||
"--git"
|
||||
],
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": false
|
||||
}
|
||||
],
|
||||
"compounds": [
|
||||
|
||||
Reference in New Issue
Block a user