uni/WEB43-diary/.vscode/launch.json

15 lines
237 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Go Application",
"type": "go",
"request": "attach",
"mode": "remote",
"remotePath": "${workspaceFolder}",
"port": 2345,
"host": "127.0.0.1"
}
]
}