From a6d458079269c7575e4e0042520a7a6de874221d Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Sat, 12 Apr 2025 10:55:24 +0530 Subject: [PATCH] fix: honcho python environment in vscode launch.json --- development/vscode-example/launch.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/development/vscode-example/launch.json b/development/vscode-example/launch.json index ffc89a54..e44a3f93 100644 --- a/development/vscode-example/launch.json +++ b/development/vscode-example/launch.json @@ -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" }