tsacdop-podcast-app-android/.vscode/launch.json

17 lines
457 B
JSON
Raw Normal View History

2021-02-04 16:08:13 +01:00
{
// 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": "Flutter",
"request": "launch",
"type": "dart",
2021-03-15 16:08:34 +01:00
"args": [
"--flavor",
"play"
]
2021-02-04 16:08:13 +01:00
}
]
}