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 11<!-- -
2- lsp_ext.rs hash: fdf1afd34548abbc
2+ lsp_ext.rs hash: 4e825bd8f3921c87
33
44If you need to change the above hash to make the test pass, please check if you
55need to adjust this doc as well and ping this issue:
@@ -863,7 +863,7 @@ export interface Diagnostic {
863863export interface FetchDependencyListParams {}
864864```
865865
866- ** Response:**
866+ ** Response:**
867867``` typescript
868868export 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.
You can’t perform that action at this time.
0 commit comments