Print output to integrated terminal (instead of debug console)

Currently, the output of my application is shown in the debug console when using cuda-gdb. In constrast, gdb shows the output seperately in the integrated terminal. This makes is way easier to see, since VS Code automatically focuses the integrated terminal, and there are no distracting lines printed by the debugger itself.

Is this behavior also available for cuda-gdb? I tried things like "externalConsole": true/false, and "console": "integratedTerminal", but they do not appear to be supported.