- VSCode Version: 1.26.1
- OS Version: MAC OS 10.12.6
Steps to Reproduce:
- Start Debugger
fn + F5
- Restart debugger from the debugger panel. It first crashes the app and then tries to restart but it gets timeout saying this
Cannot connect to runtime process, timeout after 10000 ms - (reason: Cannot connect to the target: connect ECONNREFUSED 127.0.0.1:29557).
When i see in the integrated terminal it show me up
[nodemon] app crashed - waiting for file changes before starting...
My launch configuration
{
"version": "0.2.0",
"configurations": [
{
"name": "Launch via Nodemon",
"type": "node",
"request": "launch",
"runtimeExecutable": "nodemon",
"program": "${workspaceFolder}/api/api.js",
"restart": true,
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen",
"env":{"NODE_ENV":"development"},
"timeout": 10000
},
]
}
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
fn + F5When i see in the integrated terminal it show me up
My launch configuration
Does this issue occur when all extensions are disabled?: Yes