Unnamed repository; edit this file 'description' to name the repository.
Change signature of `externalDocs` in `lsp-extensions`
Ddystopia 2023-05-02
parent 2503fbe · commit da0ffe7
-rw-r--r--docs/dev/lsp-extensions.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/lsp-extensions.md b/docs/dev/lsp-extensions.md
index a4ad3e5a55..55a3708d29 100644
--- a/docs/dev/lsp-extensions.md
+++ b/docs/dev/lsp-extensions.md
@@ -386,13 +386,13 @@ rust-analyzer supports only one `kind`, `"cargo"`. The `args` for `"cargo"` look
## Open External Documentation
-This request is sent from client to server to get a URL to documentation for the symbol under the cursor, if available.
+This request is sent from client to server to get a web and local URL(s) to documentation for the symbol under the cursor, if available.
**Method** `experimental/externalDocs`
**Request:**: `TextDocumentPositionParams`
-**Response** `string | null`
+**Response** `[string | null, string | null]`
## Analyzer Status