We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcfb265 commit 51ffcadCopy full SHA for 51ffcad
src/vs/workbench/contrib/search/browser/searchView.ts
@@ -945,7 +945,7 @@ export class SearchView extends ViewPane {
945
this.tree.setSelection([next], event);
946
this.tree.reveal(next);
947
const ariaLabel = this.treeAccessibilityProvider.getAriaLabel(next);
948
- if (ariaLabel) { aria.alert(ariaLabel); }
+ if (ariaLabel) { aria.status(ariaLabel); }
949
}
950
951
@@ -988,7 +988,7 @@ export class SearchView extends ViewPane {
988
this.tree.setSelection([prev], event);
989
this.tree.reveal(prev);
990
const ariaLabel = this.treeAccessibilityProvider.getAriaLabel(prev);
991
992
993
994
0 commit comments