mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
fixes #101554
This commit is contained in:
@@ -117,6 +117,11 @@ export class ExtHostStatusBarEntry implements vscode.StatusBarItem {
|
||||
this.update();
|
||||
}
|
||||
|
||||
public set accessibilityInformation(accessibilityInformation: vscode.AccessibilityInformation | undefined) {
|
||||
this._accessibilityInformation = accessibilityInformation;
|
||||
this.update();
|
||||
}
|
||||
|
||||
public show(): void {
|
||||
this._visible = true;
|
||||
this.update();
|
||||
|
||||
Reference in New Issue
Block a user