forked from pool/texlab
5d2b104e00
* Apply percent decoding when searching for PDFs * Allow filtering document symbols using regex * Return [] instead of "not found" in code action - Use zstd compression for vendored tarball. - Restrict to tier 1 rust arches. OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=32
12 lines
379 B
Plaintext
12 lines
379 B
Plaintext
<services>
|
|
<service name="download_files" mode="disabled" />
|
|
<service name="cargo_vendor" mode="disabled">
|
|
<param name="srctar">texlab-5.3.0.tar.gz</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="disabled">
|
|
<param name="srcdir">texlab-5.3.0</param>
|
|
</service>
|
|
</services>
|