aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMilo <[email protected]>2021-06-07 17:56:40 +0100
committerMilo <[email protected]>2021-06-07 17:56:40 +0100
commitb8eeef4dfa7ea9609da24e3e674e919470914d75 (patch)
tree2935d00a2bfa03a27a915e8e0b981800217f117e /editors
parent42e5e5b458f263310626d61b25d516793469e291 (diff)
fix
Diffstat (limited to 'editors')
-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 2ecfdd208..2ffd3be6f 100644
--- a/editors/code/src/ctx.ts
+++ b/editors/code/src/ctx.ts
@@ -39,7 +39,7 @@ export class Ctx {
39 extCtx.subscriptions.push(statusBar); 39 extCtx.subscriptions.push(statusBar);
40 statusBar.text = "rust-analyzer"; 40 statusBar.text = "rust-analyzer";
41 statusBar.tooltip = "ready"; 41 statusBar.tooltip = "ready";
42 statusBar.command = "rust-analyzer.reload"; 42 statusBar.command = "rust-analyzer.analyzerStatus";
43 statusBar.show(); 43 statusBar.show();
44 44
45 const res = new Ctx(config, extCtx, client, serverPath, statusBar); 45 const res = new Ctx(config, extCtx, client, serverPath, statusBar);