-
Notifications
You must be signed in to change notification settings - Fork 40.4k
Angular error logged via a console.log doesn't show as red in debug console #171732
Copy link
Copy link
Closed
Closed
Copy link
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesdebug-consoleinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersverification-steps-neededSteps to verify are needed for verificationSteps to verify are needed for verificationverifiedVerification succeededVerification succeeded
Milestone
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesDebug viewlet, configurations, breakpoints, adapter issuesdebug-consoleinsiders-releasedPatch has been released in VS Code InsidersPatch has been released in VS Code Insidersverification-steps-neededSteps to verify are needed for verificationSteps to verify are needed for verificationverifiedVerification succeededVerification succeeded
Type
Fields
Give feedbackNo fields configured for issues without a type.
on macOS ventura, using Angular 12.
See screenshot.
The line of code below is what causes the above error to be logged:
console.error(error);But the text is grey, and there doesn't seem to be a way around this, which is a problem.