I am running Node.js in VS Code. I see output of console.log in the Debug Window.
console.log
Where does process.stdout.write go to? I can\'t find it i
process.stdout.write
Can you try to add "console": "internalConsole" to your config and see if it works?
"console": "internalConsole"
As per the docs these are the available options for the console:
console
console - what kind of console to use, for example, internalConsole, integratedTerminal, externalTerminal