From f94d0252b326febc8e52a91bc292d2555eae6741 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Tue, 27 Oct 2020 09:48:20 +0200 Subject: Update client install command in dev docs --- docs/dev/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev/README.md') 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: "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. -- cgit v1.2.3