Skip to content

Instantly share code, notes, and snippets.

@judwhite
Created March 18, 2016 07:16
Show Gist options
  • Save judwhite/b039f45193f986a3c8ad to your computer and use it in GitHub Desktop.
Save judwhite/b039f45193f986a3c8ad to your computer and use it in GitHub Desktop.
.vscode/launch.json
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${workspaceRoot}",
"env": {},
"args": []
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment