Skip to content

Commit 7eaad4b

Browse files
committed
Change signature of externalDocs in lsp-extensions
1 parent 6a1dd67 commit 7eaad4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dev/lsp-extensions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,13 +386,13 @@ rust-analyzer supports only one `kind`, `"cargo"`. The `args` for `"cargo"` look
386386

387387
## Open External Documentation
388388

389-
This request is sent from client to server to get a URL to documentation for the symbol under the cursor, if available.
389+
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.
390390

391391
**Method** `experimental/externalDocs`
392392

393393
**Request:**: `TextDocumentPositionParams`
394394

395-
**Response** `string | null`
395+
**Response** `[string | null, string | null]`
396396

397397

398398
## Analyzer Status

0 commit comments

Comments
 (0)