microsoft / vscode

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

deleting a character or inserted text is not read by screen readers in terminal #212025

Open hamidrezaabroshan opened 2 weeks ago

hamidrezaabroshan commented 2 weeks ago

Does this issue occur when all extensions are disabled?: Yes • VS Code Version: 1.88.1 • OS Version: Windows_NT x64 10.0.22631 Steps to Reproduce:

  1. Turn on NVDA screen reader.
  2. Open VS Code and press Ctrl+` to open the terminal.
  3. Type something in the terminal. If you delete a character or use Insert+Up Arrow, the screen reader does not announce the changes.
  4. This issue does not occur in PowerShell or CMD. Expected: Screen readers should announce all text changes in the terminal. Actual: No announcements when text is deleted or read using Insert+Up Arrow.
VSCodeTriageBot commented 2 weeks ago

Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.89.0. Please try upgrading to the latest version and checking whether this issue remains.

Happy Coding!