Skip to content

Instantly share code, notes, and snippets.

@rogeruiz
Created March 10, 2022 22:16
Embed
What would you like to do?
Launch test functions in MilMove using F5 key
{
"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