Language server should return id
for unhandled requests
#487
Labels
enhancement
New feature or request
id
for unhandled requests
#487
This'd make it easier to handle failed requests as a client when using async. Right now it's hard to close the loop between a future waiting for a response with a log notification if it failed.
I can't find anything in the LSP specification (v3.17) that specifies whether one approach or another; I just think it'd be "easier". The JSON-RPC 2.0 spec does suggest it should be the following format:
The text was updated successfully, but these errors were encountered: