c# – Visual Studio 2019 Terminal Scrollback

The result of my Visual Studio 2019 Code is printing in the terminal as usual but as the result is too long it cuts off the beginning. Thus I am looking for a setting or a fix for Visual Studio 2019 to have more available rows in the terminal to print the result in.

For Visual Studio Code the fix seems to be to set the “terminal.integrated.scrollback” to a higher number.

Unfortunately I was not able to find any solution for Visual Studio 2019.

Help would ne highly appreciated.

Thanks a lot in advance.

Read more here: Source link