blob: 5ef6ce9e0c2e816e0c384809dec8e36797d97295 [file]
{
// 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": "example",
"cwd": "pkgs/leak_tracker/example",
"request": "launch",
"type": "dart",
"program": "main.dart",
},
{
"name": "pub_get",
"request": "launch",
"type": "node-terminal",
"command": "sh tool/pub_get.sh",
},
{
"name": "minimal_flutter",
"cwd": "examples/minimal_flutter",
"request": "launch",
"type": "dart",
"program": "lib/main.dart",
},
{
"name": "autosnapshotting",
"cwd": "examples/autosnapshotting",
"request": "launch",
"type": "dart",
"program": "lib/main.dart",
},
{
"name": "current test file",
"request": "launch",
"type": "dart",
},
]
}