mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Update vscode for new status
This commit is contained in:
parent
9358eecc04
commit
35310f1032
2 changed files with 7 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue