forked from pool/texlab
- Update to version 5.3.0:
* 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
This commit is contained in:
committed by
Git OBS Bridge
parent
3927b18df3
commit
5d2b104e00
8
_service
8
_service
@@ -1,9 +1,11 @@
|
||||
<services>
|
||||
<service name="download_files" mode="disabled" />
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srctar">texlab-5.2.0.tar.gz</param>
|
||||
<param name="compression">xz</param>
|
||||
<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" />
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<param name="srcdir">texlab-5.3.0</param>
|
||||
</service>
|
||||
</services>
|
||||
|
Reference in New Issue
Block a user