VS Code, Hello World -- F5 shows nothing in console?
I have a simple hello world program:
When I hit F5 though, I don't see any output in the debug console, unless I set
but this seems to be counter to the behaviour I would expect? I would expect the debug console to show the output, since it is the debug console?
When I hit F5 though, I don't see any output in the debug console, unless I set
"outputCapture: "std" in my launch.jsonbut this seems to be counter to the behaviour I would expect? I would expect the debug console to show the output, since it is the debug console?
