From 410616e93837a5f334f1f7507b809a962ef9c531 Mon Sep 17 00:00:00 2001 From: Bibash Shrestha Date: Wed, 16 Aug 2023 20:47:32 +0545 Subject: [PATCH] revert: Revert launch.json content --- .vscode/launch.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index b4e33cecb..0ae10e8fa 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -28,7 +28,13 @@ "request": "launch", "type": "dart", "program": "lib/main_production.dart", - "args": ["--flavor", "production", "--target", "lib/main_production.dart"] + "args": [ + "--flavor", + "production", + "--target", + "lib/main_production.dart", + "--release" + ] } ] }