Skip to content

Instantly share code, notes, and snippets.

@ivorscott
Created June 5, 2020 07:52
Show Gist options
  • Save ivorscott/89f59442212f0dac4f291e933cb098cb to your computer and use it in GitHub Desktop.
Save ivorscott/89f59442212f0dac4f291e933cb098cb to your computer and use it in GitHub Desktop.
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch remote",
"type": "go",
"request": "attach",
"mode": "remote",
"cwd": "${workspaceFolder}/api",
"remotePath": "/api",
"port": 2345,
"showLog": true,
"trace": "verbose"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment