@@ -306,14 +306,14 @@ The RLS uses some custom extensions to the Language Server Protocol.
306
306
These are all sent from the RLS to an LSP client and are only used to improve
307
307
the user experience by showing progress indicators.
308
308
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.
311
311
* When total amount of work is not known, has field ` message ` set to the current crate name.
312
312
* 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.
315
315
* ... 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.
317
317
318
318
#### LSP Client to RLS
319
319
0 commit comments