From 2ee73a61f4017d42a5f8f551ed424c6cf79c3731 Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Wed, 9 Jul 2025 17:09:11 +0800 Subject: [PATCH] updated scripts --- .vscode/launch.json | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 6b8e3b7..d818e32 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,17 +4,23 @@ // 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" + "type": "node-terminal", + "command": "fvm flutter run", + }, + { + "name": "run without impeller", + "request": "launch", + "type": "node-terminal", + "command": "fvm flutter run --no-enable-impeller", }, - // { - // "name": "pharmacy_mobile", - // "request": "launch", - // "type": "node-terminal", - // "command": "fvm flutter run --no-enable-impeller", - // }, { "name": "build apk", "request": "launch",