2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2025-02-11 00:18:47 +00:00

Merge pull request #365 from ceefour/patch-8

build: Add honcho start to launch.json
This commit is contained in:
Revant Nandgaonkar 2020-10-08 14:45:24 +05:30 committed by GitHub
commit 79c6c7948d
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"
]
}
]
}