2018-03-23 17:20:18 +03:00
|
|
|
{
|
|
|
|
"version": "0.2.0",
|
|
|
|
"configurations": [
|
|
|
|
{
|
2019-12-24 19:18:20 +03:00
|
|
|
"name": "Tests",
|
2018-03-23 17:20:18 +03:00
|
|
|
"type": "node",
|
|
|
|
"request": "launch",
|
2019-12-24 19:18:20 +03:00
|
|
|
"preLaunchTask": "Build",
|
|
|
|
"runtimeExecutable": "npm",
|
|
|
|
"runtimeArgs": [
|
|
|
|
"run",
|
|
|
|
"test:debugger"
|
|
|
|
],
|
|
|
|
"port": 9229,
|
2018-03-23 17:20:18 +03:00
|
|
|
"stopOnEntry": false,
|
|
|
|
"sourceMaps": true,
|
2019-12-24 19:18:20 +03:00
|
|
|
"console": "internalConsole",
|
|
|
|
"internalConsoleOptions": "openOnSessionStart",
|
|
|
|
"autoAttachChildProcesses": true,
|
|
|
|
"timeout": 100000
|
2018-03-23 17:20:18 +03:00
|
|
|
}
|
|
|
|
]
|
2019-12-24 19:18:20 +03:00
|
|
|
}
|