19 lines
575 B
JSON
19 lines
575 B
JSON
|
{
|
||
|
// Verwendet IntelliSense zum Ermitteln möglicher Attribute.
|
||
|
// Zeigen Sie auf vorhandene Attribute, um die zugehörigen Beschreibungen anzuzeigen.
|
||
|
// Weitere Informationen finden Sie unter https://go.microsoft.com/fwlink/?linkid=830387
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"name": "app",
|
||
|
"request": "launch",
|
||
|
"type": "dart"
|
||
|
},
|
||
|
{
|
||
|
"name": "app (profile mode)",
|
||
|
"request": "launch",
|
||
|
"type": "dart",
|
||
|
"flutterMode": "profile"
|
||
|
}
|
||
|
]
|
||
|
}
|