Skip to content

Instantly share code, notes, and snippets.

@rogeruiz
Created March 10, 2022 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rogeruiz/e91e512cb3fdab4a537149607e12cc07 to your computer and use it in GitHub Desktop.
Save rogeruiz/e91e512cb3fdab4a537149607e12cc07 to your computer and use it in GitHub Desktop.
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