2023-12-04 08:37:53 -07:00
|
|
|
{
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "Go Debug - Local",
|
|
|
|
"type": "go",
|
|
|
|
"request": "launch",
|
2023-12-04 15:03:40 -07:00
|
|
|
"mode": "debug",
|
2023-12-04 08:37:53 -07:00
|
|
|
"program": "${file}",
|
|
|
|
"args": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Go Debug - Docker",
|
|
|
|
"type": "go",
|
|
|
|
"request": "attach",
|
|
|
|
"mode": "remote",
|
|
|
|
"port": 4000,
|
|
|
|
"host": "127.0.0.1"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|