Files
noahspan-flying/.vscode/launch.json
2024-05-20 08:44:58 -05:00

12 lines
260 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Node Functions",
"type": "node",
"request": "attach",
"port": 9229,
"preLaunchTask": "func: host start"
}
]
}