Files
reprecord-app/.vscode/launch.json
2021-11-16 16:22:32 -06:00

19 lines
546 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "reprecord-app",
"request": "launch",
"type": "dart"
},
{
"name": "reprecord-app (profile mode)",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
}
]
}