stacker.news/.vscode/launch.json

15 lines
321 B
JSON
Raw Normal View History

2021-04-17 18:15:18 +00:00
{
"version": "0.2.0",
"configurations": [
{
"type": "pwa-node",
"request": "attach",
"name": "Launch Program",
"skipFiles": [
"<node_internals>/**"
],
"port": 9229,
"outputCapture": "std"
}
]
}