From 35310f1032ee1d84853fa166c0003ba9cd38d910 Mon Sep 17 00:00:00 2001 From: Edwin Cheng Date: Thu, 28 Jan 2021 23:33:48 +0800 Subject: Update vscode for new status --- editors/code/src/ctx.ts | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'editors/code/src/ctx.ts') diff --git a/editors/code/src/ctx.ts b/editors/code/src/ctx.ts index e7585184b..c07583cfa 100644 --- a/editors/code/src/ctx.ts +++ b/editors/code/src/ctx.ts @@ -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"; -- cgit v1.2.3