Skip to content

Commit

Permalink
remove release arg from vs code launch configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
salahamassi authored Sep 13, 2024
1 parent d825e82 commit 455bdba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"program": "${workspaceFolder}/lib/main.dart",
"args": [
"--flavor", "Production",
"--dart-define-from-file=env.json",
"--release"
"--dart-define-from-file=env.json"
]
},
{
Expand All @@ -19,8 +18,7 @@
"program": "${workspaceFolder}/lib/main.dart",
"args": [
"--flavor", "Staging",
"--dart-define-from-file=env.staging.json",
"--release"
"--dart-define-from-file=env.staging.json"
]
}
]
Expand Down

0 comments on commit 455bdba

Please sign in to comment.