Created
June 5, 2020 07:52
-
-
Save ivorscott/89f59442212f0dac4f291e933cb098cb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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