[editors/vscode] cleaer status bar bg color / command when server status returns to OK
This commit is contained in:
parent
e25cbf8584
commit
a965161dce
@ -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.";
|
||||
|
Loading…
Reference in New Issue
Block a user