Skip to content

Instantly share code, notes, and snippets.

@judwhite
Created March 18, 2016 07:17
Show Gist options
  • Save judwhite/1fad7f34e04f5169ed2e to your computer and use it in GitHub Desktop.
Save judwhite/1fad7f34e04f5169ed2e to your computer and use it in GitHub Desktop.
.vscode/tasks.json
{
"version": "0.1.0",
"command": "go",
"showOutput": "always",
"tasks": [
{
"taskName": "build",
"isBuildCommand": true
},
{
"taskName": "test",
"isTestCommand": true,
"args": ["./..."]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment