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

Bump vscode-languageclient from 7.0.0 to 8.1.0 #857

Merged
merged 3 commits into from
Jul 5, 2023

Commits on Jul 5, 2023

  1. Bump vscode-languageclient from 7.0.0 to 8.1.0

    Bumps [vscode-languageclient](https://github.com/Microsoft/vscode-languageserver-node/tree/HEAD/client) from 7.0.0 to 8.1.0.
    - [Release notes](https://github.com/Microsoft/vscode-languageserver-node/releases)
    - [Commits](https://github.com/Microsoft/vscode-languageserver-node/commits/HEAD/client)
    
    ---
    updated-dependencies:
    - dependency-name: vscode-languageclient
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and fendor committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    76a27d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffefc1f View commit details
    Browse the repository at this point in the history
  3. Remove TransportKind from server arguments

    VSCode LanguageClient 8.1.0 adds cli parameters if the TransportKind is
    given. However, we do not want any extra cli parameters at the moment.
    fendor committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    a381c7e View commit details
    Browse the repository at this point in the history