Accepting request 979563 from home:uncomfyhalomacro:branches:devel:languages:lua

- Update to version 3.2.4:
  * Include files required to compile by @sharksforarms in #1157 
  * NEW settings:
      - workspace.supportScheme: ["file", "untitled", "git"]
      - diagnostics.disableScheme: ["git"]
  * NEW folding: support folding ---@alias
  * CHG if rootUri or workspaceFolder is set to ROOT or HOME, this extension will refuse to load these directories and show an error message.
  * CHG show warning message when scanning more than 100,000 files.
  * CHG upgrade LSP to 3.17
  * FIX hover: can not union table with other basic types
  * FIX #1125
  * FIX #1131
  * FIX #1134
  * FIX #1141
  * FIX #1144
  * FIX #1150
  * FIX #1155

- Also improved _service file to download submodules with `osc service disabledrun` for easy updating from other contributors.

OBS-URL: https://build.opensuse.org/request/show/979563
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-language-server?expand=0&rev=19
This commit is contained in:
2022-05-28 07:44:01 +00:00
committed by Git OBS Bridge
parent 0c898efdd3
commit 87c84fd14f
6 changed files with 42 additions and 12 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sat May 28 06:07:09 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update to version 3.2.4:
* Include files required to compile by @sharksforarms in #1157
* NEW settings:
- workspace.supportScheme: ["file", "untitled", "git"]
- diagnostics.disableScheme: ["git"]
* NEW folding: support folding ---@alias
* CHG if rootUri or workspaceFolder is set to ROOT or HOME, this extension will refuse to load these directories and show an error message.
* CHG show warning message when scanning more than 100,000 files.
* CHG upgrade LSP to 3.17
* FIX hover: can not union table with other basic types
* FIX #1125
* FIX #1131
* FIX #1134
* FIX #1141
* FIX #1144
* FIX #1150
* FIX #1155
-------------------------------------------------------------------
Mon Apr 11 11:55:56 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>