mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-23 00:05:09 +00:00
fix: honcho python environment in vscode launch.json
This commit is contained in:
parent
f80b710b72
commit
a6d4580792
1 changed files with 2 additions and 3 deletions
|
|
@ -48,6 +48,7 @@
|
|||
"name": "Honcho SocketIO Watch Schedule Worker",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"python": "/home/frappe/.pyenv/shims/python",
|
||||
"program": "/home/frappe/.local/bin/honcho",
|
||||
"cwd": "${workspaceFolder}/frappe-bench",
|
||||
"console": "internalConsole",
|
||||
|
|
@ -56,9 +57,7 @@
|
|||
"socketio",
|
||||
"watch",
|
||||
"schedule",
|
||||
"worker_short",
|
||||
"worker_long",
|
||||
"worker_default"
|
||||
"worker"
|
||||
],
|
||||
"postDebugTask": "Clean Honcho SocketIO Watch Schedule Worker"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue