mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
api - fix exception in status bar
This commit is contained in:
@@ -79,10 +79,6 @@ export class ExtHostStatusBarEntry implements vscode.StatusBarItem {
|
||||
}
|
||||
|
||||
public get backgroundColor(): ThemeColor | undefined {
|
||||
if (this._extension) {
|
||||
checkProposedApiEnabled(this._extension);
|
||||
}
|
||||
|
||||
return this._backgroundColor;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user