diff options
| author | Ddystopia <alexanderbabak@proton.me> | 2023-04-26 14:51:19 +0200 |
|---|---|---|
| committer | Ddystopia <alexanderbabak@proton.me> | 2023-05-02 17:06:39 +0200 |
| commit | da0ffe79d0a0006d379ad1eec9e3e1b27ad98583 (patch) | |
| tree | 8844da0559f6992b6ec58142a5a6914cef8eee1d /docs/dev | |
| parent | 2503fbefde0780186013df4696625cf4f5e9ba27 (diff) | |
| download | rust-da0ffe79d0a0006d379ad1eec9e3e1b27ad98583.tar.gz rust-da0ffe79d0a0006d379ad1eec9e3e1b27ad98583.zip | |
Change signature of `externalDocs` in `lsp-extensions`
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/lsp-extensions.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/dev/lsp-extensions.md b/docs/dev/lsp-extensions.md index a4ad3e5a553..55a3708d295 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 |
