Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
edwin0cheng committed Jan 28, 2021
1 parent bbe7f61 commit d22d20e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/lsp-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
```

Expand Down

0 comments on commit d22d20e

Please sign in to comment.