about summary refs log tree commit diff
path: root/editors/code/src
diff options
context:
space:
mode:
authorMilo <50248166+Milo123459@users.noreply.github.com>2021-06-07 17:56:40 +0100
committerMilo <50248166+Milo123459@users.noreply.github.com>2021-06-07 17:56:40 +0100
commitb8eeef4dfa7ea9609da24e3e674e919470914d75 (patch)
tree2935d00a2bfa03a27a915e8e0b981800217f117e /editors/code/src
parent42e5e5b458f263310626d61b25d516793469e291 (diff)
downloadrust-b8eeef4dfa7ea9609da24e3e674e919470914d75.tar.gz
rust-b8eeef4dfa7ea9609da24e3e674e919470914d75.zip
fix
Diffstat (limited to 'editors/code/src')
-rw-r--r--editors/code/src/ctx.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/ctx.ts b/editors/code/src/ctx.ts
index 2ecfdd2088a..2ffd3be6f5c 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 = "rust-analyzer.reload";
+        statusBar.command = "rust-analyzer.analyzerStatus";
         statusBar.show();
 
         const res = new Ctx(config, extCtx, client, serverPath, statusBar);