diff --git a/development/vscode-example/launch.json b/development/vscode-example/launch.json index 99e56eca..4c5cd627 100644 --- a/development/vscode-example/launch.json +++ b/development/vscode-example/launch.json @@ -62,5 +62,15 @@ ], "postDebugTask": "Clean Honcho SocketIO Watch Schedule Worker" } + ], + "compounds": [ + { + "name": "Honcho + Web debug", + "configurations": [ + "Bench Web", + "Honcho SocketIO Watch Schedule Worker" + ], + "stopAll": true + } ] -} +} \ No newline at end of file