Update hash in lsp-extensions.md

This commit is contained in:
Ddystopia 2023-04-26 16:47:34 +02:00
parent b64c31c40a
commit b74b9797bc
No known key found for this signature in database
GPG Key ID: 109875EC11535212

View File

@ -1,5 +1,5 @@
<!---
lsp_ext.rs hash: fdf1afd34548abbc
lsp_ext.rs hash: 4e825bd8f3921c87
If you need to change the above hash to make the test pass, please check if you
need to adjust this doc as well and ping this issue:
@ -863,7 +863,7 @@ export interface Diagnostic {
export interface FetchDependencyListParams {}
```
**Response:**
**Response:**
```typescript
export interface FetchDependencyListResult {
crates: {
@ -873,4 +873,4 @@ export interface FetchDependencyListResult {
}[];
}
```
Returns all crates from this workspace, so it can be used create a viewTree to help navigate the dependency tree.
Returns all crates from this workspace, so it can be used create a viewTree to help navigate the dependency tree.