Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to latest lsp4j #1629

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Upgrade to latest lsp4j #1629

wants to merge 4 commits into from

Commits on Feb 14, 2024

  1. Bump lsp4j.version from 0.20.1 to 0.22.0

    Bumps `lsp4j.version` from 0.20.1 to 0.22.0.
    
    Updates `org.eclipse.lsp4j:org.eclipse.lsp4j` from 0.20.1 to 0.22.0
    - [Release notes](https://github.com/eclipse-lsp4j/lsp4j/releases)
    - [Changelog](https://github.com/eclipse-lsp4j/lsp4j/blob/main/CHANGELOG.md)
    - [Commits](eclipse-lsp4j/lsp4j@v0.20.1...v0.22.0)
    
    Updates `org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc` from 0.20.1 to 0.22.0
    - [Release notes](https://github.com/eclipse-lsp4j/lsp4j/releases)
    - [Changelog](https://github.com/eclipse-lsp4j/lsp4j/blob/main/CHANGELOG.md)
    - [Commits](eclipse-lsp4j/lsp4j@v0.20.1...v0.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.lsp4j:org.eclipse.lsp4j
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    1c0ffbb View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Add org.eclipse.xtend.lib as it is no longer a dependency of lsp4j

    Previously org.eclipse.lsp4j transitively required org.eclipse.xtend.lib
    but this is no longer the case, this adds it back here, but as lsp4j can
    work without it lemminx should also consider to drop this requirement.
    
    Also the API for WorkspaceFolder has changed here, so a test needs to be
    adjusted here.
    Christoph Läubrich committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    2b752f2 View commit details
    Browse the repository at this point in the history
  2. Remove xtend.lib dependency

    Signed-off-by: Sebastian Zarnekow <[email protected]>
    szarnekow committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    217df6d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from szarnekow/pr-1627

    Remove xtend.lib dependency
    laeubi authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    bc46dd7 View commit details
    Browse the repository at this point in the history