diff options
author | Laurențiu Nicola <[email protected]> | 2021-01-07 15:06:11 +0000 |
---|---|---|
committer | Laurențiu Nicola <[email protected]> | 2021-01-07 15:06:11 +0000 |
commit | 56497ce925e782a260d216ece384ab11057d8aa4 (patch) | |
tree | ec0432ada00c55227eef9ffd16baec74b27545a0 /docs/dev | |
parent | 959406aeb5379024bd7b2143688cfa07e073fc99 (diff) |
Update remaining serverPath references
Diffstat (limited to 'docs/dev')
-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 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`. | |||
77 | For this, it is important to have the following in your `settings.json` file: | 77 | For this, it is important to have the following in your `settings.json` file: |
78 | ```json | 78 | ```json |
79 | { | 79 | { |
80 | "rust-analyzer.serverPath": "rust-analyzer" | 80 | "rust-analyzer.server.path": "rust-analyzer" |
81 | } | 81 | } |
82 | ``` | 82 | ``` |
83 | After I am done with the fix, I use `cargo xtask install --client` 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. |