Stdout in Vscode
To get standard out when debugging nodejs, require the following settings:
"configurations": [
"console": "internalConsole",
"outputCapture": "std",
]
To get standard out when debugging nodejs, require the following settings:
"configurations": [
"console": "internalConsole",
"outputCapture": "std",
]