Skip to content

Instantly share code, notes, and snippets.

@MathVasc
Created March 24, 2021 01:49
Show Gist options
  • Save MathVasc/c4229abcf4cda8185d38ba0f7094e452 to your computer and use it in GitHub Desktop.
Save MathVasc/c4229abcf4cda8185d38ba0f7094e452 to your computer and use it in GitHub Desktop.
launch with script
{
"name": "test",
"type": "dart",
"request": "launch",
"program": "test/",
"args": [
"--coverage",
],
"postDebugTask": "Coverage Report",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment