mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
lsp: make showMessage and logMessage callbacks different (#11942)
According to the LSP specification, showMessage is what is displayed and logMessage is what is stored. Since these are different things, I devide the callback into those that match.
This commit is contained in:
@@ -13,7 +13,6 @@ log.levels = {
|
||||
INFO = 2;
|
||||
WARN = 3;
|
||||
ERROR = 4;
|
||||
-- FATAL = 4;
|
||||
}
|
||||
|
||||
-- Default log level is warn.
|
||||
|
||||
Reference in New Issue
Block a user