specification says
Client support for textDocument/open, textDocument/change and textDocument/close notifications is mandatory in the protocol
and then textDocument/didOpen, textDocument/didChange and textDocument/didClose is specified.
At this point I'm not sure if textDocument/open is just a typo, or there's actual textDocument/open notification from server -> client?
specification says
and then
textDocument/didOpen,textDocument/didChangeandtextDocument/didCloseis specified.At this point I'm not sure if
textDocument/openis just a typo, or there's actualtextDocument/opennotification from server -> client?