vscode-gitlens icon indicating copy to clipboard operation
vscode-gitlens copied to clipboard

NVDA issue in announcing the file names in large no of files changes

Open balajip8811 opened this issue 8 months ago • 1 comments

Description

Open commits tree view compare with a branch when a large no of files are changed (around 30 +) then pressing down or up should tell name of the file and level of the file But many times, it tells commits tree view instead of the above. I can see the same issue in all the tree views in git lenses also some times in file explorer view(ctrl +shift+e) Please fix this .

GitLens Version

17.1.1

VS Code Version

No response

Git Version

latest

Logs, Screenshots, Screen Captures, etc

No response

balajip8811 avatar Jun 09 '25 17:06 balajip8811

Unfortunately, those are VS Code rendered tree views, so we don't have control over the a11y interactions within those UI elements. The File Explorer view is exclusively VS Code's as well.

Please open an issue with VS Code so they can resolve it: https://github.com/microsoft/vscode/issues/new

d13 avatar Jun 09 '25 17:06 d13