godash/.vscode/launch.json

14 lines
211 B
JSON
Raw Normal View History

2024-03-26 10:25:19 +01:00
{
"version": "0.2.0",
"configurations": [
{
"name": "Debug golang",
"type": "go",
"request": "attach",
"mode": "remote",
"port": 4001,
"host": "127.0.0.1"
}
]
}