diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-10-27 13:54:39 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-10-27 13:54:39 +0000 |
commit | a03f00476683f0e6e373c71e8ac788795029acb3 (patch) | |
tree | 993612849acee98ec7b0cb38e7230a4e6378f5eb | |
parent | 8cfc1cd95b6eb9c94f037cfe866c92d51c58c930 (diff) | |
parent | f94d0252b326febc8e52a91bc292d2555eae6741 (diff) |
Merge #6383
6383: Update client install command in dev docs r=kjeremy a=lnicola
Co-authored-by: Laurențiu Nicola <[email protected]>
-rw-r--r-- | docs/dev/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/README.md b/docs/dev/README.md index 90e74f226..abb387e8e 100644 --- a/docs/dev/README.md +++ b/docs/dev/README.md | |||
@@ -80,7 +80,7 @@ For this, it is important to have the following in your `settings.json` file: | |||
80 | "rust-analyzer.serverPath": "rust-analyzer" | 80 | "rust-analyzer.serverPath": "rust-analyzer" |
81 | } | 81 | } |
82 | ``` | 82 | ``` |
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. |
84 | 84 | ||
85 | 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. | 85 | 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. |
86 | I usually just `cargo xtask install --server` and poke changes from my live environment. | 86 | I usually just `cargo xtask install --server` and poke changes from my live environment. |