aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMilo <[email protected]>2021-06-06 00:21:50 +0100
committerMilo <[email protected]>2021-06-06 00:21:50 +0100
commit42e5e5b458f263310626d61b25d516793469e291 (patch)
tree2379a7cb64354bff74ece05f848626f629127fe9 /editors
parentab57c25d1e54131b8477f9eb0ab8c195c3815153 (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 d3c9c896d..2ecfdd208 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 = "reload"; 42 statusBar.command = "rust-analyzer.reload";
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);