15 lines
237 B
JSON
15 lines
237 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Attach to Go Application",
|
|
"type": "go",
|
|
"request": "attach",
|
|
"mode": "remote",
|
|
"remotePath": "${workspaceFolder}",
|
|
"port": 2345,
|
|
"host": "127.0.0.1"
|
|
}
|
|
]
|
|
}
|