ente/.vscode/launch.json

15 lines
445 B
JSON
Raw Normal View History

2020-03-24 19:59:36 +00: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",
2020-05-04 15:35:03 +00:00
"type": "dart",
2021-01-13 17:38:24 +00:00
"flutterMode": "debug",
"program": "lib/main.dart"
2020-03-24 19:59:36 +00:00
}
]
}