Cannot reattach to mern app after saving file #27794
Labels
bug
Issue identified by VS Code Team member as probable bug
debug
Debug viewlet, configurations, breakpoints, adapter issues
*not-reproducible
Issue cannot be reproduced by VS Code Team member as described
Milestone
Testing #27463
Linux Ubuntu 16.04 in Parallels, 2 proc, 4gig memory, 128mb graphics memory
Insiders build
Settings ensure that I do not have autosave on:
"files.autoSave": "off"
launch.json
(noteruntimeExecutable
is set to localnodemon
):F5
to run/debug the app, takes some time for it to startEdit
server/dummyData.js
(seems like any edit is fine, I simply added a newconst content4
Save
dummyData.js
Result in terminal (note the
Starting inspector on 127.0.0.1:9222 failed: address already in use
):Then I get this Error:
Get "Cannot connect to runtime process, timeout after 10000 ms - (reason: Cannot connect to the target: connect ECONNREFUSED 127.0.0.1...)
The text was updated successfully, but these errors were encountered: