Specify the program in launch config

This commit is contained in:
Vishnu Mohandas 2021-01-13 23:08:24 +05:30
parent 23273c84bc
commit 7397f08f0f

3
.vscode/launch.json vendored
View file

@ -8,7 +8,8 @@
"name": "Flutter",
"request": "launch",
"type": "dart",
"flutterMode": "debug"
"flutterMode": "debug",
"program": "lib/main.dart"
}
]
}