I was attempting to trace the root cause of mattn/vim-lsp-settings#692, and I found that purescript-language-server is returning null values for optional fields (like documentChanges). Is this intended, and should the LSP client handle null as optional fields?
I was attempting to trace the root cause of mattn/vim-lsp-settings#692, and I found that purescript-language-server is returning
nullvalues for optional fields (likedocumentChanges). Is this intended, and should the LSP client handlenullas optional fields?