File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!-- -
2
- lsp_ext.rs hash: fdf1afd34548abbc
2
+ lsp_ext.rs hash: 4e825bd8f3921c87
3
3
4
4
If you need to change the above hash to make the test pass, please check if you
5
5
need to adjust this doc as well and ping this issue:
@@ -863,7 +863,7 @@ export interface Diagnostic {
863
863
export interface FetchDependencyListParams {}
864
864
```
865
865
866
- ** Response:**
866
+ ** Response:**
867
867
``` typescript
868
868
export interface FetchDependencyListResult {
869
869
crates: {
@@ -873,4 +873,4 @@ export interface FetchDependencyListResult {
873
873
}[];
874
874
}
875
875
```
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.
You can’t perform that action at this time.
0 commit comments