13 lines
211 B
JSON
13 lines
211 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Debug golang",
|
|
"type": "go",
|
|
"request": "attach",
|
|
"mode": "remote",
|
|
"port": 4001,
|
|
"host": "127.0.0.1"
|
|
}
|
|
]
|
|
}
|