Created
March 10, 2022 22:16
-
-
Save rogeruiz/e91e512cb3fdab4a537149607e12cc07 to your computer and use it in GitHub Desktop.
Launch test functions in MilMove using F5 key
This file contains hidden or 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
{ | |
"configurations": [ | |
{ | |
"name": "Launch test function in MilMove using F5 key", | |
"type": "go", | |
"request": "launch", | |
"mode": "test", | |
"program": "${relativeFileDirname}", | |
"args": [ | |
"-test.v" | |
] | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment