I have a simple .NET Core 6 application, developed via Visual Studio Community 2022.
When I press the start button in the standard toolbar, it appends the logs in the output window.
If I want to distinguish the start point of the recent run in the log's lines, I must search in the console.
There is a button in the top corner of the output window for clearing the console before the next run.
My question is, is there any setting in Visual Studio that I can set, to clear this output window automatically in each run before starting logging?