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