When you run a script in its own dediated terminal, VS code will open a new terminal and the name on the right side of the terminal will say “Python” when running and “Powershell” when done. Is it possible to change THAT name? Im running so many codes on dedicated terminals I don’t want to keep clicking each terminal.

I'm coding/running a C# console project in VSCode for the first time and whenever I receive an error message, I'm unable to copy the text so I can search it. The text in this red window, I can select it, but I can't copy.
I've tried:
-
Ctrl+C -
Ctrl+Ins -
Selecting the text and right clicking (nothing)
-
Ctrl+Shift+P, then typingCopy -
Viewing the debug console. This hows just the very top line of the error, but not the complete error.
I have to be missing something obvious, otherwise this is a huge design flaw?