Skip to content

Commit f94d025

Browse files
committed
Update client install command in dev docs
1 parent 7f346f9 commit f94d025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dev/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ For this, it is important to have the following in your `settings.json` file:
8080
"rust-analyzer.serverPath": "rust-analyzer"
8181
}
8282
```
83-
After I am done with the fix, I use `cargo xtask install --client-code` to try the new extension for real.
83+
After I am done with the fix, I use `cargo xtask install --client` to try the new extension for real.
8484

8585
If I need to fix something in the `rust-analyzer` crate, I feel sad because it's on the boundary between the two processes, and working there is slow.
8686
I usually just `cargo xtask install --server` and poke changes from my live environment.

0 commit comments

Comments
 (0)