Files
Jucundus_old/backend/launch.json
T
2024-05-16 16:05:41 +02:00

10 lines
229 B
JSON

{
"type": "node",
"request": "attach",
"name": "Attach to Process",
"restart": true,
"address": "127.0.0.1",
"port": 53481,
"localRoot": "${workspaceFolder}",
"remoteRoot": "${workspaceFolder}"
}