79348944

Date: 2025-01-11 21:50:08
Score: 0.5
Natty:
Report link

Just missing the Initialized notification, which comes immediately after the initialize response is received.

{
  "jsonrpc": "2.0",
  "method": "initialized",
  "params": {}
}

Incidentally the idea that sending and receiving notifications 1 at a time is always the case is a mistake, e.g.

sample log with multiple notifications at once

src: https://iwanabethatguy.github.io/language-server-protocol-inspector/

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • High reputation (-1):
Posted by: Greedo