Files
Charon/.vscode/launch.json
T

19 lines
385 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Docker",
"type": "go",
"request": "attach",
"mode": "remote",
"remotePath": "",
"port": 2345,
"host": "127.0.0.1",
"showLog": true,
"trace": "log",
"logOutput": "rpc"
}
]
}