generated from pool/new_package
07d723840eb15ff987f8dc75551ca4595518f27f8ef55ddb3e9c9e9ac157ce19
- Update to 3.15.0:
- [fix] Linux debugging server not starting by @jpeletier
- feat: support hex color with # by @seblyng
- Fix gcc15 build by @CppCXY
- docs: add missing locale. by @qwertycxz
- Support Custom Addons Path for Enhanced Editor Flexibility by
@IronBlood
- Prevent class methods from triggering missing fields
diagnostics (Fixes #3175) by @CWood-sdf
- fix: large unions no longer erroneously fail to match later
variants by @DoubleThoughtTheProgrammer
- Traditional Chinese translation by @AlexCai2019
- Switch to storing upstream soruces as a tarball … saving 60MB
on each version is just too much to overlook.
- update to 3.14.0:
* feat: provide ES localisation
* Diagnostics for unnecessary assert
* fix: return empty response to textDocument/formatting if no changes
* fix: return empty response to textDocument/completion if completion
disabled
- move tests to a bcond_with condition, as they are very flaky, even
on x86_64, most of the time it runs on second try, sometimes 5+
OBS-URL: https://build.opensuse.org/request/show/1295151
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-language-server?expand=0&rev=21
-# How to update the lua-language-server package
-## Prerequisites:
-You need the obs_scm obs service installed:
- zypper in obs-service-obs_scm
-## Updating to a new version from upstream
-Edit the _service file and update the version variable.
-Download the new source file by running:
- osc service manualrun
-Update the changelog file with the upstream release notes.
Description
Languages
Shell
100%