You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded
The code for computing output length is here
I am not jumping on this since we will probably change the underlying implemntation of the debug console #11462
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded
Steps to Reproduce:
npm install && gulp build
When going to
launch.json
and remove--colors
frommocha
, it works fine:The debug console need to handle color code like
\033[0;31m
used to color terminal output.Related to #11321
The text was updated successfully, but these errors were encountered: