Update to lsp protocol v3

This commit is contained in:
Kris De Volder
2017-04-19 13:41:47 -07:00
parent 8af1d9f0c4
commit a83fbec945
18 changed files with 121 additions and 100 deletions

View File

@@ -49,4 +49,8 @@ public class Log {
logger.debug(string);
}
public static void warn(String msg, Throwable e) {
logger.warn(msg, e);
}
}