neovim/runtime/lua/vim/lsp
Ghjuvan Lacambre 7d4451c657
LSP: fix breakage when severity isn't specified (#12027)
Before this commit, the LSP client would throw errors when messages
without severity would be sent by the server. We make severity default
to `Error` as a kludge before proper heuristics to discover the severity
of a message are found.
2020-04-18 18:21:08 +02:00
..
buf.lua lsp: add bufnr to callback function arguments 2020-02-28 09:03:17 +09:00
callbacks.lua LSP: fix breakage when severity isn't specified (#12027) 2020-04-18 18:21:08 +02:00
log.lua lsp: make showMessage and logMessage callbacks different (#11942) 2020-03-02 14:27:30 +01:00
protocol.lua lsp: add 'textDocument/documentSymbol’ callback 2020-03-01 09:10:02 +09:00
rpc.lua lsp/rpc.lua: fix env application function 2020-02-16 22:09:28 -08:00
util.lua lsp: provide a default for missing reference kind (#12127) 2020-04-16 18:30:03 +02:00