Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add icon to error messages in debug console #143311

Closed
roblourens opened this issue Feb 17, 2022 · 1 comment
Closed

Add icon to error messages in debug console #143311

roblourens opened this issue Feb 17, 2022 · 1 comment
Assignees
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality *out-of-scope Posted issue is not in scope of VS Code

Comments

@roblourens
Copy link
Member

The debug console only distinguishes between stdout/stderr in text color. Objects logged as errors don't get marked as errors at all.

This code

console.log('foo')
console.error('foo')
console.error({a: 1})

produces messages rendered like this:

image

This could be an accessibility issue. At least, adding icons would give us a way to mark objects as an error but still have them colored differently

From discussion in #138091 (comment)

@roblourens roblourens added feature-request Request for new features or functionality debug Debug viewlet, configurations, breakpoints, adapter issues labels Feb 17, 2022
@roblourens roblourens added this to the Backlog milestone Feb 17, 2022
@roblourens roblourens self-assigned this Feb 17, 2022
@roblourens roblourens added the *out-of-scope Posted issue is not in scope of VS Code label Dec 15, 2023
@VSCodeTriageBot
Copy link
Collaborator

We closed this issue because we don't plan to address it in the foreseeable future. If you disagree and feel that this issue is crucial: we are happy to listen and to reconsider.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding, and happy coding!

@VSCodeTriageBot VSCodeTriageBot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality *out-of-scope Posted issue is not in scope of VS Code
Projects
None yet
Development

No branches or pull requests

3 participants