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

Commit 826a12d

Browse files
authored
Merge pull request #489 from genneth/patch-1
documentation: deglob is client -> server, not server -> client
2 parents daf958f + 7a1e062 commit 826a12d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

contributing.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -315,8 +315,6 @@ the user experience by showing progress indicators.
315315
* `rustDocument/diagnosticsEnd`: notification, no arguments. Sent when a build
316316
is complete (successfully or not, or even skipped) and all post-build analysis
317317
by the RLS is complete.
318-
* `rustWorkspace/deglob`: message sent from the client to the RLS to initiate a
319-
deglob refactoring.
320318

321319
#### LSP Client to RLS
322320

@@ -331,3 +329,6 @@ The following request is to support Rust specific features.
331329

332330
[`TextDocumentPositionParams`]: (https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md#textdocumentpositionparams)
333331
[`Location`]: (https://github.com/Microsoft/language-server-protocol/blob/master/protocol.md#location)
332+
* `rustWorkspace/deglob`: message sent from the client to the RLS to initiate a
333+
deglob refactoring.
334+

0 commit comments

Comments
 (0)