How to debug child Node.JS process in VS Code? Here is the example of the code that I\'m trying to debug:
var spawn = require(\'child_process\').spawn; var s
Make this change in your launch.json, "autoAttachChildProcesses": true