Update to lsp protocol v3
This commit is contained in:
@@ -49,4 +49,8 @@ public class Log {
|
||||
logger.debug(string);
|
||||
}
|
||||
|
||||
public static void warn(String msg, Throwable e) {
|
||||
logger.warn(msg, e);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user