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

Add support for exiting immediately from a shutdown() request. #1070

Merged
merged 1 commit into from
Jun 25, 2021

Commits on Jun 25, 2021

  1. Add support for exiting immediately from a shutdown() request.

    - In languageclient 7.x, the client fails to send the necessary exit()
      once a shutdown() response is received from the language server
    - When client defines shouldLanguageServerExitOnShutdown as true, the
      language server will exit immediately after the shutdown request
    - Adjust CHANGELOG for a 0.17.1 release
    
    Signed-off-by: Roland Grunberg <[email protected]>
    rgrunber committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    ea0deff View commit details
    Browse the repository at this point in the history