Update client install command in dev docs

This commit is contained in:
Laurențiu Nicola 2020-10-27 09:48:20 +02:00
parent 7f346f9ae1
commit f94d0252b3

View file

@ -80,7 +80,7 @@ For this, it is important to have the following in your `settings.json` file:
"rust-analyzer.serverPath": "rust-analyzer"
}
```
After I am done with the fix, I use `cargo xtask install --client-code` to try the new extension for real.
After I am done with the fix, I use `cargo xtask install --client` to try the new extension for real.
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.
I usually just `cargo xtask install --server` and poke changes from my live environment.