Releases: latex-lsp/texlab
Releases · latex-lsp/texlab
v5.13.1
Fixed
- Fix clearing stale diagnostics reported by the server (#1042)
- Speed up reading bibliographies with many string definitions (#1039)
v5.13.0
Added
- Add experimental
texlab.experimental.labelReferenceCommands
setting to customize the list of \ref
-like commands
(#1032)
Fixed
- Don't report diagnostics for files that are part of the TeX distro (#1028)
v5.12.4
Fixed
- When
workspace/didChangeConfiguration
contains the configuration of multiple LSP servers, texlab
will try
to extract the texlab
configuration instead of falling back to the default settings
(#1003)
- Keep filtering completion lists server-side if prefix matcher is set (#1003)
- Allow brackets and parentheses in label names and similar constructs (#1016)
v5.12.3
Fixed
- Fix completing includes in conjunction with
\graphicspath
(#997)
v5.12.2
Fixed
- Fix parsing commands when they are used with subscript (#990)
- Don't append a newline each time a BibTeX document is being formatted (#996)
v5.12.1
Fixed
- Avoid trying to parse most of the TeX distro when building the dependency graph. Add
texlab.experimental.followPackageLinks
setting to allow re-enabling the old behavior
(#986)
v5.12.0
Added
- Infer
texlab.build.auxDirectory
, texlab.build.logDirectory
and texlab.build.pdfDirectory
from latexmkrc
if available (#907)
Fixed
- Do not report
undefined reference
errors when using \nocite{*}
(#964)
- Fix potential crash when parsing build log files (#973)
- Set the final tab stop of the
\begin
snippet inside the environment (#963)
v5.11.0
Added
- Add
texlab.inlayHints.labelDefinitions
and texlab.inlayHints.labelReferences
options (#753)
- Display inlay hints for label references by default (#753)
Fixed
- Moving the build logs to the recycle bin will now clear the diagnostics (texlab-vscode/#825)
- Fix false positive when reporting syntax errors for BibTeX accents (#945)
v5.10.1
Fixed
- Fix regression when renaming commands (#936)
v5.10.0
Added
- Allow passing additional arguments to
ChkTeX
using texlab.chktex.additionalArgs
(#927)
Fixed
- Fix loading bibliographies from
kpathsea
search path (#923)
- Don't report duplicate results when using goto definition on includes (#924)
- Fix project detection when there exist files with the same name (#923)
- Do not report parse errors with
$
in paths (#931)