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 accessible view for debug console #213413

Closed
meganrogge opened this issue May 24, 2024 · 3 comments · Fixed by #221398
Closed

Add accessible view for debug console #213413

meganrogge opened this issue May 24, 2024 · 3 comments · Fixed by #221398
Assignees
Labels
accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders on-release-notes Issue/pull request mentioned in release notes on-testplan
Milestone

Comments

@meganrogge
Copy link
Contributor

Requested by @jooyoungeo

This would just be a flat view of the whole debug console's contents similar to the terminal accessible view

@meganrogge meganrogge self-assigned this May 24, 2024
@meganrogge meganrogge added feature-request Request for new features or functionality debug Debug viewlet, configurations, breakpoints, adapter issues accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues labels May 24, 2024
@meganrogge meganrogge added this to the June 2024 milestone May 24, 2024
@meganrogge meganrogge modified the milestones: June 2024, July 2024 Jun 19, 2024
@meganrogge
Copy link
Contributor Author

@jooyoungseo, I just tested the current experience. I can see why in some cases, you want to inspect content in the accessible view.

However, I worry that dumping the fully expanded content into the accessible view would be confusing and difficult to navigate.

Can you please provide an example of an object that is currently problematic to interact with in the debug console?

@meganrogge
Copy link
Contributor Author

I also notice there's an icon that says Click to expand which is currently not keyboard accessible

@meganrogge
Copy link
Contributor Author

I figured out a way to resolve the child nodes and update the accessible view's content.

@VSCodeTriageBot VSCodeTriageBot added unreleased Patch has not yet been released in VS Code Insiders insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Jul 11, 2024
@meganrogge meganrogge added the on-release-notes Issue/pull request mentioned in release notes label Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues debug Debug viewlet, configurations, breakpoints, adapter issues feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders on-release-notes Issue/pull request mentioned in release notes on-testplan
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants