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:
Hirokazu Hata
2020-03-02 22:27:30 +09:00
committed by GitHub
parent d22fd58629
commit fbc4c4fd36
2 changed files with 21 additions and 5 deletions

View File

@@ -13,7 +13,6 @@ log.levels = {
INFO = 2;
WARN = 3;
ERROR = 4;
-- FATAL = 4;
}
-- Default log level is warn.