mnemo_cards/mnemo_cards_frontend_common/.vscode/launch.json

25 lines
759 B
JSON
Raw Permalink Normal View History

2025-11-10 23:55:41 +00:00
{
// 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": "mnemo_cards_frontend_common",
"request": "launch",
"type": "dart"
},
{
"name": "mnemo_cards_frontend_common (profile mode)",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
},
{
"name": "mnemo_cards_frontend_common (release mode)",
"request": "launch",
"type": "dart",
"flutterMode": "release"
}
]
}