From 57a5e1b7d068038c3981594969050061656d558f Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Wed, 10 Dec 2025 12:42:56 +0800 Subject: [PATCH] Corrected launch sequence --- .vscode/launch.json | 22 +++++----------------- 1 file changed, 5 insertions(+), 17 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index d818e32..e7df63e 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,14 +4,14 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ - // { - // "name": "run app", - // "request": "launch", - // "type": "dart" - // }, { "name": "run app", "request": "launch", + "type": "dart" + }, + { + "name": "run app terminal", + "request": "launch", "type": "node-terminal", "command": "fvm flutter run", }, @@ -27,17 +27,5 @@ "type": "node-terminal", "command": "fvm flutter build apk --target-platform android-arm64", }, - { - "name": "pharmacy_mobile (profile mode)", - "request": "launch", - "type": "dart", - "flutterMode": "profile" - }, - { - "name": "pharmacy_mobile (release mode)", - "request": "launch", - "type": "dart", - "flutterMode": "release" - } ] } \ No newline at end of file