From 1f0cb9523f71a6466618545c534ba0a9b4f06484 Mon Sep 17 00:00:00 2001 From: Reuel Ramos Ribeiro Date: Fri, 11 Apr 2025 15:43:40 -0300 Subject: [PATCH] feat: Add compunds config for easier setup --- development/vscode-example/launch.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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