|
| 1 | +# Created with WinGet Updater using komac v2.16.0 |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: LuaLS.lua-language-server |
| 5 | +PackageVersion: 3.18.0 |
| 6 | +PackageLocale: en-US |
| 7 | +Publisher: LuaLS |
| 8 | +PublisherUrl: https://luals.github.io/ |
| 9 | +PublisherSupportUrl: https://github.com/LuaLS/lua-language-server/issues |
| 10 | +Author: LuaLS |
| 11 | +PackageName: Lua Language Server |
| 12 | +PackageUrl: https://github.com/LuaLS/lua-language-server |
| 13 | +License: MIT |
| 14 | +LicenseUrl: https://github.com/LuaLS/lua-language-server/blob/HEAD/LICENSE |
| 15 | +Copyright: Copyright (C) 2023 LuaLS |
| 16 | +CopyrightUrl: https://github.com/LuaLS/lua-language-server/blob/master/LICENSE |
| 17 | +ShortDescription: A language server that offers Lua language support - programmed in Lua |
| 18 | +Moniker: lua-language-server |
| 19 | +Tags: |
| 20 | +- hacktoberfest |
| 21 | +- language-server |
| 22 | +- lpeg |
| 23 | +- lpeglabel |
| 24 | +- lsp |
| 25 | +- lsp-server |
| 26 | +- lua |
| 27 | +ReleaseNotes: |- |
| 28 | + What's Changed |
| 29 | + - Add the source uri argument to ResolveRequire by @periapsises in #3354 |
| 30 | + - Improve test output and code sharing by @tommaisey in #3389 |
| 31 | + - fix: support Lua 5.5 prefix local attributes by @Ne9roni in #3393 |
| 32 | + - fix: type inference for bitwise operators on integer variables by @RomanSpector in #3394 |
| 33 | + - fix: stdlib success return types by @haithium in #3386 |
| 34 | + - fix: generic type resolution for class methods and iterators by @RomanSpector in #3392 |
| 35 | + - Fix type inference for and/or idioms and circular dependency in tracer by @RomanSpector in #3391 |
| 36 | + New Contributors |
| 37 | + - @periapsises made their first contribution in #3354 |
| 38 | + - @Ne9roni made their first contribution in #3393 |
| 39 | + - @RomanSpector made their first contribution in #3394 |
| 40 | + - @haithium made their first contribution in #3386 |
| 41 | + Full Changelog: 3.17.1...3.18.0 |
| 42 | +ReleaseNotesUrl: https://github.com/LuaLS/lua-language-server/releases/tag/3.18.0 |
| 43 | +ManifestType: defaultLocale |
| 44 | +ManifestVersion: 1.12.0 |
0 commit comments