mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-28 09:44:08 +00:00
Update hash in lsp-extensions.md
This commit is contained in:
parent
b64c31c40a
commit
b74b9797bc
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user