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