mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
FIxes #196: No way to respond to malformed message
This commit is contained in:
parent
696585454c
commit
bfa94d35d5
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ interface ResponseMessage extends Message {
|
|||
/**
|
||||
* The request id.
|
||||
*/
|
||||
id: number | string;
|
||||
id: number | string | null;
|
||||
|
||||
/**
|
||||
* The result of a request. This can be omitted in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue