diff options
author | Aleksey Kladov <[email protected]> | 2020-02-18 11:35:44 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-02-18 11:35:44 +0000 |
commit | c855e36696afa54260773a6bc8a358df67d60dea (patch) | |
tree | dfd4d8d71924d3281e3c5dc17840ac3db38e2dcb /docs/dev/README.md | |
parent | c0fa5e2246457df10e92c2e11c971f2f40921793 (diff) |
Rename config value for server Path
Diffstat (limited to 'docs/dev/README.md')
-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 9da2eb014..8d7e18010 100644 --- a/docs/dev/README.md +++ b/docs/dev/README.md | |||
@@ -92,7 +92,7 @@ launch configuration from `launch.json`. Notably, this uses the usual | |||
92 | in `setting.json` file: | 92 | in `setting.json` file: |
93 | ```json | 93 | ```json |
94 | { | 94 | { |
95 | "rust-analyzer.raLspServerPath": "rust-analyzer" | 95 | "rust-analyzer.serverPath": "rust-analyzer" |
96 | } | 96 | } |
97 | ``` | 97 | ``` |
98 | After I am done with the fix, I use `cargo | 98 | After I am done with the fix, I use `cargo |