mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-02-14 17:56:32 +00:00
Merge pull request #365 from ceefour/patch-8
build: Add honcho start to launch.json
This commit is contained in:
commit
79c6c7948d
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