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

Commit 9eb0d19

Browse files
author
Lucas Bullen
authored
Update contributing doc to reflect window/progress title name change
- Updates the docs to reflect the name changes made in 9a298c1
1 parent b17d799 commit 9eb0d19

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

contributing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -306,14 +306,14 @@ The RLS uses some custom extensions to the Language Server Protocol.
306306
These are all sent from the RLS to an LSP client and are only used to improve
307307
the user experience by showing progress indicators.
308308

309-
* `window/progress`: notification, `title: "Build"`. Sent before build starts.
310-
* `window/progress`: notification with `title: "Build"`, repeated for each compile target.
309+
* `window/progress`: notification, `title: "Building"`. Sent before build starts.
310+
* `window/progress`: notification with `title: "Building"`, repeated for each compile target.
311311
* When total amount of work is not known, has field `message` set to the current crate name.
312312
* When total amount of work is known, has field `percentage` set to how much of build has started.
313-
* `window/progress`: notification, `title: "Build"`, `"done": true`. Sent when build ends.
314-
* `window/progress`: notification, `title: "Diagnostics"`. Sent before analysis of build starts.
313+
* `window/progress`: notification, `title: "Building"`, `"done": true`. Sent when build ends.
314+
* `window/progress`: notification, `title: "Indexing"`. Sent before analysis of build starts.
315315
* ... standard LSP `publishDiagnostics`
316-
* `window/progress`: notification, `title: "Diagnostics"`, `"done": true`. Sent when analysis ends.
316+
* `window/progress`: notification, `title: "Indexing"`, `"done": true`. Sent when analysis ends.
317317

318318
#### LSP Client to RLS
319319

0 commit comments

Comments
 (0)