From b20bcb17a4aecb6e5d1998188fc3213363475978 Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Thu, 22 May 2025 10:24:16 +0800 Subject: [PATCH] changed to proper launch --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 59c8642..6b8e3b7 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,7 +5,7 @@ "version": "0.2.0", "configurations": [ { - "name": "pharmacy_mobile", + "name": "run app", "request": "launch", "type": "dart" },