Skip to content

Commit b74b979

Browse files
committed
Update hash in lsp-extensions.md
1 parent b64c31c commit b74b979

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/dev/lsp-extensions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!---
2-
lsp_ext.rs hash: fdf1afd34548abbc
2+
lsp_ext.rs hash: 4e825bd8f3921c87
33
44
If you need to change the above hash to make the test pass, please check if you
55
need to adjust this doc as well and ping this issue:
@@ -863,7 +863,7 @@ export interface Diagnostic {
863863
export interface FetchDependencyListParams {}
864864
```
865865

866-
**Response:**
866+
**Response:**
867867
```typescript
868868
export interface FetchDependencyListResult {
869869
crates: {
@@ -873,4 +873,4 @@ export interface FetchDependencyListResult {
873873
}[];
874874
}
875875
```
876-
Returns all crates from this workspace, so it can be used create a viewTree to help navigate the dependency tree.
876+
Returns all crates from this workspace, so it can be used create a viewTree to help navigate the dependency tree.

0 commit comments

Comments
 (0)