mirror of
https://github.com/go-vikunja/app
synced 2025-04-25 04:06:40 +00:00
20 lines
393 B
JSON
20 lines
393 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Flutter (Chromium)",
|
|
"type": "dart",
|
|
"request": "launch",
|
|
"program": "lib/main.dart",
|
|
"args": ["-d", "chrome", "--flavor", "main"],
|
|
"deviceId": "chrome",
|
|
},
|
|
{
|
|
"name": "Flutter",
|
|
"request": "launch",
|
|
"type": "dart",
|
|
"flutterMode": "debug",
|
|
"args": ["--flavor", "main"]
|
|
}
|
|
]
|
|
}
|