-
-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Description
For a clean exit, Shutdown and Exit notifications are sent by the client. Currently protols does not implement these two rpcs on the server side.
VS Code built-in LSP client is failing with the following error when a stop() command is given:
Error checking for protols updates: _ResponseError: No such method shutdown {code: -32601, data: null, stack: 'Error: No such method shutdown
at handleResp…Trampoline (node:internal/async_hooks:130:17)', message: 'No such method shutdown'}
Reactions are currently unavailable