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))
https://github.com/latex-lsp/texlab/blob/867dbc9115493da608ada886ea95fbfdfed1b65c/crates/texlab/src/features/completion.rs#L169C9-L174C84
Currently, the completion of environments gives only one placeholder inside the braces. There used be another placeholder inside the environment.
The text was updated successfully, but these errors were encountered: