Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
README: clarify that configuration is sent by an LSP *client*
Browse files Browse the repository at this point in the history
I added this in 008027d and probably used server because my LSP client
happens to be a server as well. What we actually mean is the editor,
more specifically the LSP client. Sorry for the noise!
  • Loading branch information
krobelus committed Aug 24, 2021
1 parent 7dfa30b commit 67f1c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67f1c40

Please sign in to comment.