Skip to content

Releases: latex-lsp/texlab

v5.13.1

16 Mar 09:03
8cc5899
Compare
Choose a tag to compare

Fixed

  • Fix clearing stale diagnostics reported by the server (#1042)
  • Speed up reading bibliographies with many string definitions (#1039)

v5.13.0

10 Mar 14:42
Compare
Choose a tag to compare

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

22 Feb 20:35
Compare
Choose a tag to compare

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

27 Jan 21:06
Compare
Choose a tag to compare

Fixed

  • Fix completing includes in conjunction with \graphicspath (#997)

v5.12.2

20 Jan 10:32
Compare
Choose a tag to compare

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

04 Jan 19:59
Compare
Choose a tag to compare

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

03 Dec 15:26
Compare
Choose a tag to compare

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

05 Nov 10:25
Compare
Choose a tag to compare

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

10 Oct 18:31
Compare
Choose a tag to compare

Fixed

  • Fix regression when renaming commands (#936)

v5.10.0

30 Sep 09:49
Compare
Choose a tag to compare

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)