Created
May 4, 2020 14:25
-
-
Save ilovelili/22b0fc7d21bb8358eaf6c3dfc39901dd 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": "Attach", | |
"type": "go", | |
"request": "attach", | |
"mode": "local", | |
"port": 2345, | |
"host": "127.0.0.1", | |
"showLog": true, | |
"processId": 255958 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment