microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.2k stars 28.86k forks source link

Add accessible view for debug console #213413

Closed meganrogge closed 2 months ago

meganrogge commented 4 months ago

Requested by @jooyoungeo

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

meganrogge commented 2 months ago

@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 commented 2 months ago

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

meganrogge commented 2 months ago

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