VSCode debug console (internalConsole) does not support input, colored logs, etc.
And even if you manually change it in launch.json, it will be overwritten when starting debugging.
|
.withShortenCommandLine(ShortCmdBehaviour.NONE) |
|
.withConsoleType(ConsoleType.INTERNAL_CONSOLE) |