Open meganrogge opened 2 hours ago
We'll need to fix this first https://github.com/microsoft/vscode/issues/233921
It's verbally announced on Windows when tested with the latest JAWS. However, the terminal suggestion is not presented in a braille display.
@meganrogge my guess is this is either the terminal's announcing conflicting with it or the simple suggest widget missing some a11y stuff.
terminal.integrated.suggest.enabled
and (optional)terminal.integrated.suggest.enableExtensionCompletions
c
Completions in the editor aren't announced to screen reader users, but when they're invoked via
ctrl+space
, they are and say the suggestion then x of count.cc @jooyoungseo