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) |
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.ModDevGradle/src/main/java/net/neoforged/moddevgradle/internal/VsCodeIntegration.java
Lines 81 to 82 in 511f517