From 56497ce925e782a260d216ece384ab11057d8aa4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Thu, 7 Jan 2021 17:06:11 +0200 Subject: Update remaining serverPath references --- 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 55527bab0..dd2bfc493 100644 --- a/docs/dev/README.md +++ b/docs/dev/README.md @@ -77,7 +77,7 @@ Notably, this uses the usual `rust-analyzer` binary from `PATH`. For this, it is important to have the following in your `settings.json` file: ```json { - "rust-analyzer.serverPath": "rust-analyzer" + "rust-analyzer.server.path": "rust-analyzer" } ``` After I am done with the fix, I use `cargo xtask install --client` to try the new extension for real. -- cgit v1.2.3