[editors/vscode] cleaer status bar bg color / command when server status returns to OK

This commit is contained in:
Jake Heinz 2022-06-01 06:58:16 +00:00
parent e25cbf8584
commit a965161dce

View File

@ -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.";