e5689a5e68
* 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
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.5.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>
|