diff --git a/development/vscode-example/launch.json b/development/vscode-example/launch.json index f1ebcf03..0bf55988 100644 --- a/development/vscode-example/launch.json +++ b/development/vscode-example/launch.json @@ -6,7 +6,7 @@ "configurations": [ { "name": "Bench Web", - "type": "python", + "type": "debugpy", "request": "launch", "program": "${workspaceFolder}/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", "args": [ @@ -24,7 +24,7 @@ }, { "name": "Bench Short Worker", - "type": "python", + "type": "debugpy", "request": "launch", "program": "${workspaceFolder}/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", "args": ["frappe", "worker", "--queue", "short"], @@ -35,7 +35,7 @@ }, { "name": "Bench Long Worker", - "type": "python", + "type": "debugpy", "request": "launch", "program": "${workspaceFolder}/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", "args": ["frappe", "worker", "--queue", "long"], @@ -46,7 +46,7 @@ }, { "name": "Honcho SocketIO Watch Schedule Worker", - "type": "python", + "type": "debugpy", "request": "launch", "program": "/home/frappe/.local/bin/honcho", "cwd": "${workspaceFolder}/frappe-bench",