1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 00:10:58 -04:00
Daggerbot-TS/.vscode/launch.json
2024-04-03 00:05:15 +11:00

12 lines
172 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "attach",
"name": "Debug Node.js remotely",
"port": 9229
}
]
}