chore: Add configuration for Bench Default Worker in launch.json

This commit is contained in:
bgodlin 2025-06-24 11:13:56 +02:00 committed by GitHub
parent 4b6dbb64df
commit 390ef2001b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,6 +33,22 @@
"DEV_SERVER": "1"
}
},
{
"name": "Bench Default Worker",
"type": "debugpy",
"request": "launch",
"program": "${workspaceFolder}/frappe-bench/apps/frappe/frappe/utils/bench_helper.py",
"args": [
"frappe",
"worker",
"--queue",
"default"
],
"cwd": "${workspaceFolder}/frappe-bench/sites",
"env": {
"DEV_SERVER": "1"
}
},
{
"name": "Bench Long Worker",
"type": "debugpy",