mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-22 19:34:16 +00:00
Update hash in lsp-extensions.md
This commit is contained in:
parent
b64c31c40a
commit
b74b9797bc
1 changed files with 3 additions and 3 deletions
|
@ -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
|
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:
|
need to adjust this doc as well and ping this issue:
|
||||||
|
@ -863,7 +863,7 @@ export interface Diagnostic {
|
||||||
export interface FetchDependencyListParams {}
|
export interface FetchDependencyListParams {}
|
||||||
```
|
```
|
||||||
|
|
||||||
**Response:**
|
**Response:**
|
||||||
```typescript
|
```typescript
|
||||||
export interface FetchDependencyListResult {
|
export interface FetchDependencyListResult {
|
||||||
crates: {
|
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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue