From 053403206ac6dab1e6adc8cfdafc3fa9f4342e9d Mon Sep 17 00:00:00 2001 From: Reuel Ramos Ribeiro Date: Fri, 11 Apr 2025 15:40:53 -0300 Subject: [PATCH] feat: Run post clean task in seamless way --- development/vscode-example/launch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/development/vscode-example/launch.json b/development/vscode-example/launch.json index 0bf55988..99e56eca 100644 --- a/development/vscode-example/launch.json +++ b/development/vscode-example/launch.json @@ -59,7 +59,8 @@ "worker_short", "worker_long", "worker_default" - ] + ], + "postDebugTask": "Clean Honcho SocketIO Watch Schedule Worker" } ] }