Files
moonwell-launcher/.vscode/launch.json
T
gasaichandesu 58d7808a8d Initial commit
2025-08-30 19:50:39 +04:00

25 lines
729 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": "moonwell_launcher",
"request": "launch",
"type": "dart"
},
{
"name": "moonwell_launcher (profile mode)",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
},
{
"name": "moonwell_launcher (release mode)",
"request": "launch",
"type": "dart",
"flutterMode": "release"
}
]
}