fix: honcho python environment in vscode launch.json

This commit is contained in:
Revant Nandgaonkar 2025-04-12 10:55:24 +05:30
parent f80b710b72
commit a6d4580792

View file

@ -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"
}