diff --git a/.vscode/launch.json b/.vscode/launch.json index 37497fb..5a53b45 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -74,5 +74,18 @@ ], "program": "${workspaceFolder}/integration_test/run_all_tests.dart", }, + { + "name": "screenshots", + "request": "launch", + "type": "dart", + "flutterMode": "debug", + "args": [ + "--flavor", + "dev", + "--dart-define", + "cameraStubImage=assets/camera_stub_image.jpg" + ], + "program": "${workspaceFolder}/screenshots/generate_screenshots.dart", + }, ], } \ No newline at end of file