diff --git a/editors/code/src/ctx.ts b/editors/code/src/ctx.ts index b03424dbb3..51781b4205 100644 --- a/editors/code/src/ctx.ts +++ b/editors/code/src/ctx.ts @@ -81,7 +81,9 @@ export class Ctx { let icon = ""; switch (status.health) { case "ok": + this.statusBar.command = undefined; this.statusBar.color = undefined; + this.statusBar.backgroundColor = undefined; break; case "warning": this.statusBar.tooltip += "\nClick to reload.";