2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-19 10:39:02 +00:00

build: Add honcho start to launch.json

As recommended in `README.md` when Bench Web is debugged separately.
This commit is contained in:
Hendy Irawan 2020-10-08 14:05:43 +07:00 committed by GitHub
parent b0b838f80a
commit 4af8944add
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,5 +60,17 @@
"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"
]
}
]
}