Closed coxackie closed 3 years ago
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 publishDiagnostics
messages coming from texlab and it appears that they continue sending warning diagnostics to my editor even after those warnings are no longer valid, as well as having the behavior that you mention (i.e. not sending warnings when a new warning is introduced)
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 a7ea0d5f37548d 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?
texlab 3.0.1
has been released now. Can you try it out to see if the problem was fixed?
texlab 3.0.1
has been released now. Can you try it out to see if the problem was fixed?
Yes, Thank you!
I opened https://github.com/latex-lsp/texlab-vscode/issues/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.