13 lines
237 B
JSON
13 lines
237 B
JSON
|
{
|
||
|
"version": "0.2.0",
|
||
|
"configurations": [
|
||
|
{
|
||
|
"type": "node",
|
||
|
"request": "attach",
|
||
|
"name": "Attach to tests started by 'test-debug' command",
|
||
|
"skipFiles": [
|
||
|
"<node_internals>/**"
|
||
|
],
|
||
|
}
|
||
|
]
|
||
|
}
|