Unnamed repository; edit this file 'description' to name the repository.
| -rw-r--r-- | docs/dev/lsp-extensions.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/dev/lsp-extensions.md b/docs/dev/lsp-extensions.md index 55a3708d29..13407f80b2 100644 --- a/docs/dev/lsp-extensions.md +++ b/docs/dev/lsp-extensions.md @@ -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.
\ No newline at end of file +Returns all crates from this workspace, so it can be used create a viewTree to help navigate the dependency tree. |