I looked at the VS Code integration and noticed th...
# community-support
j
I looked at the VS Code integration and noticed that the
TERMINAL
showing the Gradle output is always using the rich representation. Which sometimes leads to weird ordering of outputs if you do your own logging or in error cases. I would like to configure this to use the plain output as IDEA does. However, I did not manage to do that. Setting
org.gradle.console=plain
has no effect here and also starting tasks with
--console=plain
does not change anything. Maybe theres is something in the VS Code settings I can do, but I did not find it (I am not very familiar with it though). Does anyone know something about this?