Update vscode for new status

This commit is contained in:
Edwin Cheng 2021-01-28 23:33:48 +08:00
parent 9358eecc04
commit 35310f1032
2 changed files with 7 additions and 1 deletions

View file

@ -74,6 +74,12 @@ export class Ctx {
this.statusBar.command = undefined;
this.statusBar.color = undefined;
break;
case "readyPartial":
this.statusBar.text = "rust-analyzer";
this.statusBar.tooltip = "Ready (Partial)";
this.statusBar.command = undefined;
this.statusBar.color = undefined;
break;
case "ready":
this.statusBar.text = "rust-analyzer";
this.statusBar.tooltip = "Ready";