From 1566dd8cd19fe354aed7ba96e2ec1da937b824f7 Mon Sep 17 00:00:00 2001 From: Thomas Ricouard Date: Thu, 24 Oct 2024 13:54:23 +0100 Subject: [PATCH] Fix debug task --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 10016bfd..281cdadf 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,8 +7,8 @@ { "type": "sweetpad-lldb", "request": "launch", - "name": "Attach to running app (SweetPad)", + "name": "Debug", "preLaunchTask": "sweetpad: launch" } ] -} \ No newline at end of file +}