build: Add honcho start to launch.json
As recommended in `README.md` when Bench Web is debugged separately.
This commit is contained in:
parent
b0b838f80a
commit
4af8944add
12
development/.vscode/launch.json
vendored
12
development/.vscode/launch.json
vendored
@ -60,5 +60,17 @@
|
|||||||
"DEV_SERVER": "1"
|
"DEV_SERVER": "1"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "Honcho SocketIO Watch Schedule Worker",
|
||||||
|
"type": "python",
|
||||||
|
"request": "launch",
|
||||||
|
"pythonPath": "/usr/bin/python3",
|
||||||
|
"program": "/home/frappe/.local/bin/honcho",
|
||||||
|
"cwd": "${workspaceFolder}/frappe-bench",
|
||||||
|
"console": "internalConsole",
|
||||||
|
"args": [
|
||||||
|
"start", "socketio", "watch", "schedule", "worker_short", "worker_long", "worker_default"
|
||||||
|
]
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user