diff options
| author | Milo <50248166+Milo123459@users.noreply.github.com> | 2021-06-07 17:56:40 +0100 |
|---|---|---|
| committer | Milo <50248166+Milo123459@users.noreply.github.com> | 2021-06-07 17:56:40 +0100 |
| commit | b8eeef4dfa7ea9609da24e3e674e919470914d75 (patch) | |
| tree | 2935d00a2bfa03a27a915e8e0b981800217f117e /editors/code/src | |
| parent | 42e5e5b458f263310626d61b25d516793469e291 (diff) | |
| download | rust-b8eeef4dfa7ea9609da24e3e674e919470914d75.tar.gz rust-b8eeef4dfa7ea9609da24e3e674e919470914d75.zip | |
fix
Diffstat (limited to 'editors/code/src')
| -rw-r--r-- | editors/code/src/ctx.ts | 2 |
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); |
