You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only stderr is showing on the Debug Console when using the node2 debug adapter. Anything written to stdout (i.e. by process.stdout.write() used by winston) is missing. Seems to have been introduced with 1.9.0.
Only
stderr
is showing on the Debug Console when using thenode2
debug adapter. Anything written tostdout
(i.e. byprocess.stdout.write() used by winston
) is missing. Seems to have been introduced with 1.9.0.Here is the launch config I use:
Using
"type": "node"
instead shows output written tostdout
just fine.The text was updated successfully, but these errors were encountered: