Merge pull request #1747 from krobelus/fix-misnomer-docs

README: clarify that configuration is sent by an LSP *client*
This commit is contained in:
Igor Matuszewski 2021-12-08 09:39:44 +00:00 committed by GitHub
commit ffa01dc375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ Studio Code extension this will be done via the workspace settings file
Other editors will have their own way of sending the
[workspace/DidChangeConfiguration](https://microsoft.github.io/language-server-protocol/specification#workspace_didChangeConfiguration)
method. Options are nested in the `rust` object, so your server might send
method. Options are nested in the `rust` object, so your LSP client might send
`{"settings":{"rust":{"unstable_features":true}}}` as parameters.
Entries in this file will affect how the RLS operates and how it builds your