This commit is contained in:
unknown 2021-08-31 14:17:14 +02:00
parent 22291891f2
commit a7a6c3c087
No known key found for this signature in database
GPG Key ID: 1D070E0B09CFB257

70
.vscode/launch.json vendored
View File

@ -1,60 +1,14 @@
{ {
// Use IntelliSense to learn about possible attributes. // Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes. // Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{ {
"name": "filcnaplo", "name": "filcnaplo",
"cwd": "filcnaplo", "cwd": "filcnaplo",
"request": "launch", "request": "launch",
"type": "dart" "type": "dart"
}, }
{ ]
"name": "filcnaplo (profile mode)",
"cwd": "filcnaplo",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
},
{
"name": "filcnaplo_desktop_ui",
"cwd": "filcnaplo_desktop_ui",
"request": "launch",
"type": "dart"
},
{
"name": "filcnaplo_desktop_ui (profile mode)",
"cwd": "filcnaplo_desktop_ui",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
},
{
"name": "filcnaplo_kreta_api",
"cwd": "filcnaplo_kreta_api",
"request": "launch",
"type": "dart"
},
{
"name": "filcnaplo_kreta_api (profile mode)",
"cwd": "filcnaplo_kreta_api",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
},
{
"name": "filcnaplo_mobile_ui",
"cwd": "filcnaplo_mobile_ui",
"request": "launch",
"type": "dart"
},
{
"name": "filcnaplo_mobile_ui (profile mode)",
"cwd": "filcnaplo_mobile_ui",
"request": "launch",
"type": "dart",
"flutterMode": "profile"
}
]
} }