diff --git a/.vscode/launch.json b/.vscode/launch.json index 7ddd4c3ef..221639ac7 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -5,7 +5,7 @@ "version": "0.2.0", "configurations": [ { - "name": "[Debug] - Production flavor", + "name": "App (prod)", "type": "dart", "request": "launch", "args": [ @@ -15,7 +15,7 @@ "program": "app/lib/main_prod.dart" }, { - "name": "[Debug] - Development flavor", + "name": "App (dev)", "request": "launch", "type": "dart", "args": [