Skip to content

Instantly share code, notes, and snippets.

@lukehoban
Last active December 16, 2015 20:09
Show Gist options
  • Save lukehoban/a1be5f6469b7db75962c to your computer and use it in GitHub Desktop.
Save lukehoban/a1be5f6469b7db75962c to your computer and use it in GitHub Desktop.
Tasks.json for Delve
{
"version": "0.1.0",
"command": "make",
"isShellCommand": true,
"showOutput": "silent",
"args": ["install"],
"osx": {
"options": {
"env": {
"CERT": "dlv-cert"
}
}
},
"tasks": [
{
"taskName": "install",
"isBuildCommand": true
},
{
"taskName": "test",
"isTestCommand": true
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment