mirror of
https://git.selfprivacy.org/kherel/selfprivacy.org.app.git
synced 2024-11-09 18:33:11 +00:00
53 lines
1.3 KiB
JSON
53 lines
1.3 KiB
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": "debug",
|
|
"request": "launch",
|
|
"type": "dart"
|
|
},
|
|
{
|
|
"name": "profile mode",
|
|
"request": "launch",
|
|
"type": "dart",
|
|
"flutterMode": "profile"
|
|
},
|
|
{
|
|
"name": "release mode",
|
|
"request": "launch",
|
|
"type": "dart",
|
|
"flutterMode": "release"
|
|
},
|
|
{
|
|
"name": "debug (fdroid)",
|
|
"request": "launch",
|
|
"type": "dart",
|
|
"args": [
|
|
"--flavor",
|
|
"fdroid"
|
|
]
|
|
},
|
|
{
|
|
"name": "debug (production flavor)",
|
|
"request": "launch",
|
|
"type": "dart",
|
|
"args": [
|
|
"--flavor",
|
|
"production"
|
|
]
|
|
},
|
|
|
|
{
|
|
"name": "debug (nightly flavor)",
|
|
"request": "launch",
|
|
"type": "dart",
|
|
"args": [
|
|
"--flavor",
|
|
"nightly"
|
|
]
|
|
}
|
|
]
|
|
} |