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 77e7952 commit c6d841cCopy full SHA for c6d841c
src/vs/workbench/browser/parts/statusbar/statusbarPart.ts
@@ -695,7 +695,7 @@ class StatusbarEntryItem extends Disposable {
695
}
696
697
if (!this.entry || entry.ariaLabel !== this.entry.ariaLabel) {
698
- this.container.setAttribute('aria-label', entry.ariaLabel);
+ this.labelContainer.setAttribute('aria-label', entry.ariaLabel);
699
700
701
// Update: Tooltip (on the container, because label can be disabled)
0 commit comments