]> git.lizzy.rs Git - rust.git/commitdiff
Update doc
authorEdwin Cheng <edwin0cheng@gmail.com>
Thu, 28 Jan 2021 15:33:58 +0000 (23:33 +0800)
committerEdwin Cheng <edwin0cheng@gmail.com>
Thu, 28 Jan 2021 17:04:14 +0000 (01:04 +0800)
docs/dev/lsp-extensions.md

index 78d86f060a67a20825f976b5d7d4ba0779ff7c10..1f2b7386e0fe40b24b3b5d4a14be78fb0934ee85 100644 (file)
@@ -423,7 +423,7 @@ Reloads project information (that is, re-executes `cargo metadata`).
 
 ```typescript
 interface StatusParams {
-    status: "loading" | "ready" | "invalid" | "needsReload",
+    status: "loading" | "readyPartial" | "ready" | "invalid" | "needsReload",
 }
 ```