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 /xtask/src | |
parent | c0fa5e2246457df10e92c2e11c971f2f40921793 (diff) |
Rename config value for server Path
Diffstat (limited to 'xtask/src')
-rw-r--r-- | xtask/src/install.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/install.rs b/xtask/src/install.rs index 247a2bca4..cc6fecc85 100644 --- a/xtask/src/install.rs +++ b/xtask/src/install.rs | |||
@@ -39,7 +39,7 @@ impl InstallCmd { | |||
39 | " | 39 | " |
40 | Installation complete. | 40 | Installation complete. |
41 | 41 | ||
42 | Add `\"rust-analyzer.raLspServerPath\": \"rust-analyzer\",` to VS Code settings, | 42 | Add `\"rust-analyzer.serverPath\": \"rust-analyzer\",` to VS Code settings, |
43 | otherwise it will use the latest release from GitHub. | 43 | otherwise it will use the latest release from GitHub. |
44 | " | 44 | " |
45 | ) | 45 | ) |