overflow_service_websocket/.vscode/launch.json

18 lines
400 B
JSON
Raw Normal View History

2017-07-13 15:35:54 +00:00
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "go",
"request": "launch",
"mode": "debug",
"remotePath": "",
"port": 2345,
"host": "127.0.0.1",
"program": "${fileDirname}",
"env": {},
"args": [],
"showLog": true
}
]
}