* Fix parsing commands when they are used with subscript
* Don't append a newline each time a BibTeX document is being formatted
* 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
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=57
* Infer `texlab.build.auxDirectory`, `texlab.build.logDirectory` and
`texlab.build.pdfDirectory` from `latexmkrc` if available
* Do not report `undefined reference` errors when using `\nocite{*}`
* Fix potential crash when parsing build log files
* Set the final tab stop of the `\begin` snippet inside the environment
- Remove cargo_config since vendored tarball includes it now
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=55
* Allow passing additional arguments to ChkTeX using texlab.chktex.additionalArgs
* Fix loading bibliographies from kpathsea search path
* Don't report duplicate results when using goto definition on includes
* Fix project detection when there exist files with the same name
* Do not report parse errors with $ in paths
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=50
* Don't crash when using comments inside \include-like command
* Folding ranges include only the contents instead of the entire range of the structure.
For example, the folding range of an environment will start after the \begin and stop before the \end
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=47
* fixed: improved performance when completing BibTeX entries
* fixed: don't report unused entries for very large bibliographies
* fixed: avoid redundant reparses after saving documents
- Changes from before 5.9.1 and after 5.7.0:
* Use bibliographies found in BIBINPUTS environment variable
* Add texlab.build.pdfDirectory setting
* Fix search path for aux files when using \include instead of \input
* Report diagnostics for unused and undefined labels
* Report diagnostics for unused BibTeX entries and undefined citations
* Report diagnostics for duplicate BibTeX entries
* Report diagnostics for duplicate labels
* Add texlab.build.auxDirectory and texlab.build.logDirectory settings
* Deprecate texlab.auxDirectory in favor of texlab.build.auxDirectory
* Fix parsing paths with |
* Fix parsing LaTeX identifiers with =
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=43
* Add symbol support for thmtools
* Add texlab.findenvironments command to return the list of environments containing a position
* Show inlay hints for labels after the command instead of inside the argument
* Prevent adding trailing newline after formating with latexmk
* Improving `\paragraph` parsing
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=40
* Allow optionally passing cursor position to textDocument/build request for use in forward search after building.
Previously, the server had to guess the cursor position
* Add experimental texlab.experimental.citationCommands setting to allow extending the list of citation commands
* Add support for escaping placeholders in build arguments similar to forward search
* Allow configuring completion matching algorithm
* Fix regression introduced in v5.4.2 involving texlab.cleanArtifacts command.
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=36
* Do not return symbols with empty names
* Repair `textDocument/formatting` request
* From 5.4.0:
- Add experimental settings to allow extending the list of special environments:
* `texlab.experimental.mathEnvironments`
* `texlab.experimental.enumEnvironments`
* `texlab.experimental.verbatimEnvironments`
- Add `texlab.changeEnvironment workspace command
- Add `texlab.showDependencyGraph workspace command
- Do not show caption or section names in label inlay hints
- Include more user-defined commands in command completion
- Parse nested `\iffalse` blocks correctly
- Parse commands with multi-byte characters correctly
- Fix checking whether a document can be a root file
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=34