mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-01-17 21:02:31 +00:00
14 lines
232 B
JSON
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,
|
|
},
|
|
},
|
|
]
|