You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## [5.12.0] - 2023-12-03
### Added
- Infer `texlab.build.auxDirectory`, `texlab.build.logDirectory` and `texlab.build.pdfDirectory` from `latexmkrc` if available ([#907](latex-lsp/texlab#907))
### Fixed
- Do not report `undefined reference` errors when using `\nocite{*}` ([#964](latex-lsp/texlab#964))
- Fix potential crash when parsing build log files ([#973](latex-lsp/texlab#973))
- Set the final tab stop of the `\begin` snippet inside the environment ([#963](latex-lsp/texlab#963))
As in the title:
\nocite{*} in biblatex would be diagnosed as "undefined reference [11]"
The text was updated successfully, but these errors were encountered: