mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Testing links
This commit is contained in:
parent
cedc3c662a
commit
d2aec77c14
1 changed files with 2 additions and 2 deletions
|
|
@ -972,8 +972,8 @@ The goto definition request is sent from the client to the server to to resolve
|
|||
|
||||
_Request_
|
||||
* method: 'textDocument/definition'
|
||||
* param: [`TextDocumentPosition`](#textDocumentPosition)
|
||||
* param: [`TextDocumentPosition`](#textdocumentposition)
|
||||
|
||||
_Response_:
|
||||
* result: `Location` | `Location[]`
|
||||
* result: [`Location`](#location) | [`Location`](#location)[]
|
||||
* error: code and message set in case an exception happens during the definition request.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue