18 lines
No EOL
281 B
JSON
18 lines
No EOL
281 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch",
|
|
"type": "go",
|
|
"request": "launch",
|
|
"mode": "test",
|
|
"remotePath": "",
|
|
"port": 2345,
|
|
"host": "127.0.0.1",
|
|
"program": "${workspaceRoot}",
|
|
"env": {},
|
|
"args": [],
|
|
"showLog": true
|
|
}
|
|
]
|
|
} |