Skip to content

Commit a03f004

Browse files
bors[bot]lnicola
andauthored
Merge #6383
6383: Update client install command in dev docs r=kjeremy a=lnicola Co-authored-by: Laurențiu Nicola <[email protected]>
2 parents 8cfc1cd + f94d025 commit a03f004

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)