Skip to main content
r/vscode icon

r/vscode

members
online


Harness the power of automation with TradeStation. Let our tech do the heavy lifting.
Image Harness the power of automation with TradeStation. Let our tech do the heavy lifting.



Running a C# project in VSCode for the first time and I can't COPY the error message? Running a C# project in VSCode for the first time and I can't COPY the error message?

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.

https://imgur.com/nn01OAH

I've tried:

  • Ctrl+C

  • Ctrl+Ins

  • Selecting the text and right clicking (nothing)

  • Ctrl+Shift+P, then typing Copy

  • 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?