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",
|
"name": "Honcho SocketIO Watch Schedule Worker",
|
||||||
"type": "debugpy",
|
"type": "debugpy",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
|
"python": "/home/frappe/.pyenv/shims/python",
|
||||||
"program": "/home/frappe/.local/bin/honcho",
|
"program": "/home/frappe/.local/bin/honcho",
|
||||||
"cwd": "${workspaceFolder}/frappe-bench",
|
"cwd": "${workspaceFolder}/frappe-bench",
|
||||||
"console": "internalConsole",
|
"console": "internalConsole",
|
||||||
|
|
@ -56,9 +57,7 @@
|
||||||
"socketio",
|
"socketio",
|
||||||
"watch",
|
"watch",
|
||||||
"schedule",
|
"schedule",
|
||||||
"worker_short",
|
"worker"
|
||||||
"worker_long",
|
|
||||||
"worker_default"
|
|
||||||
],
|
],
|
||||||
"postDebugTask": "Clean Honcho SocketIO Watch Schedule Worker"
|
"postDebugTask": "Clean Honcho SocketIO Watch Schedule Worker"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue