diff options
author | boxdot <[email protected]> | 2021-02-24 10:56:48 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-02-24 10:56:48 +0000 |
commit | 9b78a6f6d2a992f04c68e4dffc1b7612ad4dfb35 (patch) | |
tree | 1af180e8e15de95d559a4183b0c32cb1d7961f4e /docs/user | |
parent | aa38fa1c72673cb2470651025782fb0fcfad738c (diff) |
Fix typo.
Diffstat (limited to 'docs/user')
-rw-r--r-- | docs/user/manual.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/manual.adoc b/docs/user/manual.adoc index a2c7f56b3..9f28237ff 100644 --- a/docs/user/manual.adoc +++ b/docs/user/manual.adoc | |||
@@ -398,7 +398,7 @@ In general `rust-analyzer` is configured via LSP messages, which means that it's | |||
398 | 398 | ||
399 | Some clients, such as <<vs-code,VS Code>> or <<coc-rust-analyzer,COC plugin in Vim>> provide `rust-analyzer` specific configuration UIs. Others may require you to know a bit more about the interaction with `rust-analyzer`. | 399 | Some clients, such as <<vs-code,VS Code>> or <<coc-rust-analyzer,COC plugin in Vim>> provide `rust-analyzer` specific configuration UIs. Others may require you to know a bit more about the interaction with `rust-analyzer`. |
400 | 400 | ||
401 | For the later category, it might help to know that the initial configuration is specified as a value of the `intializationOptions` field of the https://microsoft.github.io/language-server-protocol/specifications/specification-current/#initialize[`InitializeParams` message, in the LSP protocol]. | 401 | For the later category, it might help to know that the initial configuration is specified as a value of the `initializationOptions` field of the https://microsoft.github.io/language-server-protocol/specifications/specification-current/#initialize[`InitializeParams` message, in the LSP protocol]. |
402 | The spec says that the field type is `any?`, but `rust-analyzer` is looking for a JSON object that is constructed using settings from the list below. | 402 | The spec says that the field type is `any?`, but `rust-analyzer` is looking for a JSON object that is constructed using settings from the list below. |
403 | Name of the setting, ignoring the `rust-analyzer.` prefix, is used as a path, and value of the setting becomes the JSON property value. | 403 | Name of the setting, ignoring the `rust-analyzer.` prefix, is used as a path, and value of the setting becomes the JSON property value. |
404 | 404 | ||