8a21984c8c
Bug: https://github.com/dart-lang/sdk/issues/60070 Change-Id: Ibd0854e727855bf77ff789af546f85c04628a076 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/409400 Reviewed-by: Brian Wilkerson <brianwilkerson@google.com> Auto-Submit: Phil Quitslund <pquitslund@google.com> Commit-Queue: Brian Wilkerson <brianwilkerson@google.com>
17 lines
363 B
JSON
17 lines
363 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Current file",
|
|
"request": "launch",
|
|
"type": "dart",
|
|
"program": "${file}",
|
|
},
|
|
{
|
|
"name": "test: all",
|
|
"request": "launch",
|
|
"type": "dart",
|
|
"program": "test/all.dart",
|
|
}
|
|
]
|
|
} |