forked from pool/texlab
* 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
10 lines
316 B
Plaintext
10 lines
316 B
Plaintext
<services>
|
|
<service name="download_files" mode="manual" />
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="srctar">texlab-5.12.0.tar.gz</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="manual" />
|
|
</services>
|