app-mirror-github/.vscode/launch.json

15 lines
270 B
JSON

{
"configurations": [
{
"name": "Flutter",
"request": "launch",
"type": "dart",
"flutterMode": "debug",
"args": [
"--flavor",
"main"
],
}
]
}