-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logs not parsed for warnings? #426
Comments
I'm seeing the same issue while using neovim, so it seems that it's not extension-specific? Also, I tried to hook into the I also tried using both tectonic and pdflatex, and it doesn't seem that either one works. |
It seems that this happens after updating texlab to 3.0.0. |
I tried compiling from source, and it seems that the changes in a7ea0d5 resolved the issue for me. Would be great if there could maybe be a bugfix release of some kind so that the stable version of texlab wouldn't have this issue? |
|
Yes, Thank you! |
I opened latex-lsp/texlab-vscode#426, but on second thoughts I am not sure whether it is an issue with the extension or the server. Maybe someone can take a look at other implementations (like neovim lsp). In short:
Using 3.0.0 versions with settings
Note that I am using
lualatex
. Here is a minimal tex file:Notice the mistake in using
eq:ones
instead ofeq:one
. When I build, everything seems OK, and there are no warnings. If I go to the log file, there is a clearIt appears that the parser is missing this from the log file.
The text was updated successfully, but these errors were encountered: