EgnyteWebHookHandler/.vscode/launch.json

21 lines
494 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Go Debug - Docker - Local",
"type": "go",
"request": "attach",
"mode": "remote",
"port": 4000,
"host": "127.0.0.1"
},
{
"name": "Go Debug - Docker - Remote",
"type": "go",
"request": "attach",
"mode": "remote",
"port": 4000,
"host": "192.168.2.55"
}
]
}