generated from pool/new_package
db029342517466e0b1637cc3f8595d0db2adb4b5bf5325736a22f29bfb49d748
- Update to version 3.0.0: * fix(completion): push (#1022) to 3.0 by @kevinhwang91 in #1026 * fixed #976 by @xiyaowong in #983 * Ensure that a completion result has 'isIncomplete' by @yoshi1123 in #995 * update meta basic.lua by @fesily in #1004 * fix(semantic-tokens): coreect token type priority by @kevinhwang91 in #1009 * Event emitter support fix by @Cassolette in #1011 * fix meta debuginfo in jit version by @fesily in #1007 * chore(editorconfig): use lf for end_of_line by @kevinhwang91 in #1010 * feat(completion): truncate arguments for callSnippet by @kevinhwang91 in #1014 * fix(completion): use args table instead of args string to parse snippet by @kevinhwang91 in #1016 * fix(completion): avoid unnecessary file sep as trigger chars by @kevinhwang91 in #1017 * fix(completion): limit extra lines by @kevinhwang91 in #1019 * fix(files): check uri whether equal or not by @kevinhwang91 in #1020 * chore(postfix): pretty postfix description by @kevinhwang91 in #1021 * feat(completion): use Lua code as snippet description by @kevinhwang91 in #1022 * FIX #1023 by @CppCXY in #1024 OBS-URL: https://build.opensuse.org/request/show/968306 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-language-server?expand=0&rev=16
How to update the lua-language-server package
Prerequisites:
You need the tar_scm
obs service installed:
zypper in obs-service-tar_scm
Updating to a new version from upstream
Edit the _service
and spec
file and update the version variable.
Download the new source file by running:
osc service disabledrun
Update the changelog file with the upstream release notes.
Description
Languages
Shell
100%