Change signature of externalDocs in lsp-extensions

This commit is contained in:
Ddystopia 2023-04-26 14:51:19 +02:00
parent 2503fbefde
commit da0ffe79d0
No known key found for this signature in database
GPG key ID: 109875EC11535212

View file

@ -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