23 lines
530 B
JSON
23 lines
530 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Attach to Backend (Docker)",
|
|
"type": "go",
|
|
"request": "attach",
|
|
"mode": "remote",
|
|
"substitutePath": [
|
|
{
|
|
"from": "${workspaceFolder}",
|
|
"to": "/app"
|
|
}
|
|
],
|
|
"port": 2345,
|
|
"host": "127.0.0.1",
|
|
"showLog": true,
|
|
"trace": "log",
|
|
"logOutput": "rpc"
|
|
}
|
|
]
|
|
}
|