ente/.vscode/launch.json

14 lines
405 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",
"flutterMode": "debug"
2020-03-24 19:59:36 +00:00
}
]
}