accessibility (microsoft/vscode)

Offers tools inside the code editor to inspect and adjust the editor’s own accessibility behavior — things like toggling screen‑reader mode, examining the accessibility tree of editor UI, and checking keyboard focus and navigation in the IDE and its extensions. Unlike the WCAG/audit tools, it targets the editor’s UI and developer workflow rather than scanning websites for WCAG compliance or producing remediation for site content.

A situation it fits

We shipped a VS Code extension and a blind developer says he cannot reach our sidebar panel with a keyboard at all. Nothing is wrong with our website; the problem is inside the editor.
accessibility (microsoft/vscode). Three of these audit web pages against WCAG; only one looks at the editor itself. accessibility (microsoft/vscode) inspects the editor's own accessibility tree, screen-reader mode and keyboard focus, which is exactly where an extension's sidebar lives. The affaan-m option is the tempting one because it is the thorough WCAG 2.2 AA auditor — but a WCAG audit of your website says nothing about whether your extension panel is reachable inside VS Code.

Skills it gets confused with

These share a family with accessibility (microsoft/vscode), which is another way of saying they are the ones you might reach for by mistake.

Knowing what accessibility (microsoft/vscode) does is the easy half. Telling it apart from the others under time pressure is the game.

Today's session

accessibility (microsoft/vscode) is part of microsoft/vscode. Licence: MIT. The description above was written for this game, not taken from the skill.

← All skills