mirror of
https://github.com/hashicorp/terraform.git
synced 2026-03-22 18:33:08 -04:00
16 lines
358 B
JSON
16 lines
358 B
JSON
|
|
{
|
||
|
|
"version": "0.2.0",
|
||
|
|
"configurations": [
|
||
|
|
{
|
||
|
|
"name": "Connect to dlv server",
|
||
|
|
"type": "go",
|
||
|
|
"debugAdapter": "dlv-dap",
|
||
|
|
"request": "attach",
|
||
|
|
"mode": "remote",
|
||
|
|
"remotePath": "${workspaceFolder}",
|
||
|
|
"port": 2345,
|
||
|
|
"host": "127.0.0.1",
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|