api - fix exception in status bar

This commit is contained in:
Benjamin Pasero 2020-11-28 12:30:11 +01:00
parent ef2a900dec
commit 1efcfbf242

View file

@ -79,10 +79,6 @@ export class ExtHostStatusBarEntry implements vscode.StatusBarItem {
}
public get backgroundColor(): ThemeColor | undefined {
if (this._extension) {
checkProposedApiEnabled(this._extension);
}
return this._backgroundColor;
}