234cae8914
* Add texlab.inlayHints.maxLength setting to allow limiting inlay hint text length * Allow suppressing diagnostics using % texlab: ignore magic comments * Fix enabling texlab.build.useFileList setting * Make "Goto Definition" work correctly with starred commands * Add texlab.build.useFileList setting to allow controlling whether to use the .fls files * Disable using .fls files for project detection by default * Parse .fls files to make the project detection more reliable * Fix parsing commands with unicode characters inside BibTeX entries * Improve detection of included files when non-ASCII characters are used * Fix resolving includes starting from files included using \subimport OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=65
10 lines
311 B
Plaintext
10 lines
311 B
Plaintext
<services>
|
|
<service name="download_files" mode="manual" />
|
|
<service name="cargo_vendor" mode="manual">
|
|
<param name="srctar">texlab-*.tar.gz</param>
|
|
<param name="compression">zst</param>
|
|
<param name="update">true</param>
|
|
</service>
|
|
<service name="cargo_audit" mode="manual" />
|
|
</services>
|