microsoft/language-server-protocol

is there a rate limit error code?

llllvvuu opened this issue · 2 comments

In HTTP there is 429, how about stdio? I looked at this: https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#errorCodes and I didn't find anything.

I am actually not sure what you are requesting. The server is usually managed by a client and not publically visible were rate limits are an issue.

I've experienced some poorly configured editors and thought about handling them, but you're right, it's not the server's problem to handle.