mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-25 08:55:08 +00:00
chore: Add configuration for Bench Default Worker in launch.json
This commit is contained in:
parent
4b6dbb64df
commit
390ef2001b
1 changed files with 16 additions and 0 deletions
|
|
@ -33,6 +33,22 @@
|
||||||
"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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue