Skip to content

Commit 42e5e5b

Browse files
committed
fix
1 parent ab57c25 commit 42e5e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/ctx.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export class Ctx {
3939
extCtx.subscriptions.push(statusBar);
4040
statusBar.text = "rust-analyzer";
4141
statusBar.tooltip = "ready";
42-
statusBar.command = "reload";
42+
statusBar.command = "rust-analyzer.reload";
4343
statusBar.show();
4444

4545
const res = new Ctx(config, extCtx, client, serverPath, statusBar);

0 commit comments

Comments
 (0)