C++ error not shown in red coloured text in the terminal #7206
Unanswered
karthick191999
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Are you using the "cppbuild" task type? That task type creates its own terminal which doesn't support the red text colors. You could file an issue to request that. You could also set the task type to something else like "shell". |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I had this confusion on why my VS code doesnt show the error(in the terminal) in the red text. Earlier it was showing me the error that it had found out in the red colour, but now it is showing me the error in just plain white which matches with the terminals text and makes it difficult for me to read and follow. Any ideas on why ??
PS : I'm not talking abt red squiggly lines, that seems to work tho and I'm working on windows
Beta Was this translation helpful? Give feedback.
All reactions