forked from pool/lua-language-server
- update to 3.13.6: * Exit 1 when check error * Send the correct insertTextFormat * Fixed the error that the configuration file pointed to by the --configpath option was not read and loaded * unittest: support test specify unit test * Improve generic pattern to support "T.*-" * Mark function completion items as snippets * Basic partial class support * Fix typo in doc exporter * LuaDoc. Fixed the start position of the comment first symbol in docs * Improve generic pattern to support optional, union, array. Fixed regression. * fix: bind variables with @class using tail comments * Mark postfix completions as snippets * Avoid truncating output in ---doc mode * feat: add --check_format=json|pretty * feat: add variable substitution support for vscode's ${workspaceFolder:x} * fix: missing field completion for generic class object - update to 3.13.5: * fix: incorrect infer of function array annotation on tables * add settingLua.hint.awaitPropagate * Add serverInfo.version to initialize response - update to 3.13.4: * hover supports detail level * pass tests * Can adjust the level of detail of Hover - update to 3.13.3: * Update Love2d version * Fix missing-fields diagnostic not warning about missing inherited fields * Added support for arrays in meta build tool OBS-URL: https://build.opensuse.org/request/show/1247013 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-language-server?expand=0&rev=38
17 lines
585 B
XML
17 lines
585 B
XML
<?xml version="1.0" ?>
|
|
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/LuaLS/lua-language-server</param>
|
|
<param name="revision">refs/tags/3.13.6</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="submodules">enable</param>
|
|
</service>
|
|
<service name="set_version" mode="manual" />
|
|
<service name="tar" mode="buildtime" />
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
</services>
|