Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: LuaLS/lua-language-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.13.4
Choose a base ref
...
head repository: LuaLS/lua-language-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.13.5
Choose a head ref
  • 9 commits
  • 14 files changed
  • 4 contributors

Commits on Dec 14, 2024

  1. Configuration menu
    Copy the full SHA
    2918ceb View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. Merge pull request #2991 from tomlau10/bugfix/function_array

    fix: incorrect infer of function array annotation on tables
    sumneko authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    7f76050 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. add settingLua.hint.awaitPropagate

    This option is disabled by default.
    When disabled, it has no impact on performance.
    When enabled, --@async propagates to the caller.
    findstr committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    4b13b1a View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. Add serverInfo.version to initialize response

    This is useful to be able to display the version of the currently
    attached server. See neovim/neovim#31611 for
    example.
    
    https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#initializeResult
    lithammer committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    8f9650e View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2024

  1. Merge pull request #2994 from findstr/master

    add setting`Lua.hint.awaitPropagate`
    sumneko authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    55aa1b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    157c355 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2996 from lithammer/add-serverinfo-version

    Add `serverInfo.version` to `initialize` response
    sumneko authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    10e1b4b View commit details
    Browse the repository at this point in the history
  4. If the ---@field of the same name has a type of fun, the `duplica…

    …te-doc-field` check will not be performed.
    sumneko committed Dec 20, 2024
    Configuration menu
    Copy the full SHA
    2e6ae80 View commit details
    Browse the repository at this point in the history
  5. 3.13.5

    sumneko committed Dec 20, 2024
    Configuration menu
    Copy the full SHA
    cdb1b09 View commit details
    Browse the repository at this point in the history
Loading