Skip to content

feat: add getAccessibilityStatus - #328018

Open
denizguney wants to merge 2 commits into
microsoft:mainfrom
denizguney:patch-3
Open

feat: add getAccessibilityStatus#328018
denizguney wants to merge 2 commits into
microsoft:mainfrom
denizguney:patch-3

Conversation

@denizguney

Copy link
Copy Markdown

Add a helper method to quickly retrieve accessibility status including provider ID, code block state, and cursor line position.

Add a helper method to quickly retrieve accessibility status including provider ID, code block state, and cursor line position.
Copilot AI review requested due to automatic review settings July 29, 2026 14:11

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a helper for retrieving the accessible view’s provider, code-block, and cursor status.

Changes:

  • Adds getAccessibilityStatus() to AccessibleView.

Comment thread src/vs/workbench/contrib/accessibility/browser/accessibleView.ts Outdated
@meganrogge

Copy link
Copy Markdown
Collaborator

what's the use case?

@denizguney

Copy link
Copy Markdown
Author

This helper method (getAccessibilityStatus) is designed to allow screen reader integrations, extension features, or internal diagnostic tools to quickly query the current accessibility context (provider ID, code-block state, and cursor line position) in a single call, improving responsiveness and reducing boilerplate code when handling accessibility-driven UI components.

@meganrogge
meganrogge enabled auto-merge (squash) July 29, 2026 17:41
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@meganrogge meganrogge added this to the 1.132.0 milestone Jul 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants