mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Clarifies result property usage in a ResponseMessage
This commit is contained in:
parent
2f5f03ba29
commit
36e222bde8
1 changed files with 1 additions and 1 deletions
|
|
@ -158,7 +158,7 @@ interface RequestMessage extends Message {
|
|||
|
||||
#### Response Message
|
||||
|
||||
Response Message sent as a result of a request.
|
||||
Response Message sent as a result of a request. If a request doesn't provide a result value the receiver of a request still needs to return a response message to conform to the JSON RPC specification. The result property of the ResponseMessage should be set to `null` in this case to signal a successful request.
|
||||
|
||||
```typescript
|
||||
interface ResponseMessage extends Message {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue