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

Commit ffa01dc

Browse files
authored
Merge pull request #1747 from krobelus/fix-misnomer-docs
README: clarify that configuration is sent by an LSP *client*
2 parents 6cfad42 + 67f1c40 commit ffa01dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Studio Code extension this will be done via the workspace settings file
9292

9393
Other editors will have their own way of sending the
9494
[workspace/DidChangeConfiguration](https://microsoft.github.io/language-server-protocol/specification#workspace_didChangeConfiguration)
95-
method. Options are nested in the `rust` object, so your server might send
95+
method. Options are nested in the `rust` object, so your LSP client might send
9696
`{"settings":{"rust":{"unstable_features":true}}}` as parameters.
9797

9898
Entries in this file will affect how the RLS operates and how it builds your

0 commit comments

Comments
 (0)