Skip to content

Commit

Permalink
Rename app VS Code launch configuration name (#1244)
Browse files Browse the repository at this point in the history
Aligns the name with website launch configuraiton.
  • Loading branch information
nilsreichardt authored Jan 7, 2024
1 parent 4b7ffbb commit b9aa3a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "0.2.0",
"configurations": [
{
"name": "[Debug] - Production flavor",
"name": "App (prod)",
"type": "dart",
"request": "launch",
"args": [
Expand All @@ -15,7 +15,7 @@
"program": "app/lib/main_prod.dart"
},
{
"name": "[Debug] - Development flavor",
"name": "App (dev)",
"request": "launch",
"type": "dart",
"args": [
Expand Down

0 comments on commit b9aa3a1

Please sign in to comment.