forked from pool/texlab
caff44a264
* 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
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.4.1.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>
|