chore: Add configuration for Bench Default Worker in launch.json (#1652)

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

* chore: fix pre-commit lint

---------

Co-authored-by: Revant Nandgaonkar <revant.one@gmail.com>
This commit is contained in:
bgodlin
2025-07-04 07:52:35 +02:00
committed by GitHub
parent 80aa2bbd4f
commit f2bf8cf10f

View File

@@ -33,6 +33,17 @@
"DEV_SERVER": "1" "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", "name": "Bench Long Worker",
"type": "debugpy", "type": "debugpy",