How to turn off spinning wheels in Console panel?
Answered
I'd rather not see my IDE with spinning wheels when I'm running the server locally.
Is there anyway to disable the spinning wheel animations that are visible in the console panel when running the application?
Please sign in to leave a comment.
What Console panel do you mean? Can you share a video of the issue?
No video possible.
Is it related to gradle? In Run or Debug you'll see Run Tasks... and to the left it will have a spinning wheel animation whilst the main class/module is running.
You may want to disable Gradle delegation and run the app directly, see https://i.imgur.com/HpeUaUE.png and https://www.jetbrains.com/help/idea/running-applications.html#run-from-editor.
Thanks, that's working. Is it clear what I'm giving up by doing that?
If your project builds and runs, you are not giving up anything.