Skip to content

feat: add getAccessibilityStatus - #328018

Merged
Megan Rogge (meganrogge) merged 2 commits into
microsoft:mainfrom
denizguney:patch-3
Aug 3, 2026
Merged

feat: add getAccessibilityStatus#328018
Megan Rogge (meganrogge) merged 2 commits into
microsoft:mainfrom
denizguney:patch-3

Conversation

@denizguney

Copy link
Copy Markdown
Contributor

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
Contributor 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
Megan Rogge (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 Megan Rogge (meganrogge) added this to the 1.132.0 milestone Jul 29, 2026
@meganrogge
Megan Rogge (meganrogge) merged commit 7dd3495 into microsoft:main Aug 3, 2026
29 checks passed
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.

5 participants