Created
March 24, 2021 01:49
-
-
Save MathVasc/c4229abcf4cda8185d38ba0f7094e452 to your computer and use it in GitHub Desktop.
launch with script
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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