uaestats_fe/.vscode/launch.json
2024-10-28 16:45:11 +05:30

26 lines
749 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.3.0",
"configurations": [
{
"name": "uae_stat",
"request": "launch",
"type": "dart",
"args": ["--dart-define", "ENV=dev"],
},
{
"name": "pointr (profile mode)",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
},
{
"name": "pointr (release mode)",
"request": "launch",
"type": "dart",
"flutterMode": "release"
}
]
}