From 42e5e5b458f263310626d61b25d516793469e291 Mon Sep 17 00:00:00 2001 From: Milo <50248166+Milo123459@users.noreply.github.com> Date: Sun, 6 Jun 2021 00:21:50 +0100 Subject: fix --- editors/code/src/ctx.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/code/src/ctx.ts') diff --git a/editors/code/src/ctx.ts b/editors/code/src/ctx.ts index d3c9c896d..2ecfdd208 100644 --- a/editors/code/src/ctx.ts +++ b/editors/code/src/ctx.ts @@ -39,7 +39,7 @@ export class Ctx { extCtx.subscriptions.push(statusBar); statusBar.text = "rust-analyzer"; statusBar.tooltip = "ready"; - statusBar.command = "reload"; + statusBar.command = "rust-analyzer.reload"; statusBar.show(); const res = new Ctx(config, extCtx, client, serverPath, statusBar); -- cgit v1.2.3