Files
tinyauth/.zed/debug.json
2026-01-16 17:06:22 +02:00

14 lines
232 B
JSON

[
{
"label": "Attach to remote Delve",
"adapter": "Delve",
"mode": "remote",
"remotePath": "/tinyauth",
"request": "attach",
"tcp_connection": {
"host": "127.0.0.1",
"port": 4000,
},
},
]