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

Introduce syntaxServerExitsOnShutdown as an extended capability. #1790

Merged
merged 1 commit into from
Jun 3, 2021

Conversation

rgrunber
Copy link
Contributor

@rgrunber rgrunber commented Jun 2, 2021

  • 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 syntaxServerExitsOnShutdown as true, the language
    server will exit immediately after the shutdown request

Signed-off-by: Roland Grunberg [email protected]

- 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 syntaxServerExitsOnShutdown as true, the language
  server will exit immediately after the shutdown request

Signed-off-by: Roland Grunberg <[email protected]>
@rgrunber rgrunber merged commit ef61f5f into eclipse-jdtls:master Jun 3, 2021
@rgrunber rgrunber deleted the exit-on-shutdown branch June 3, 2021 15:27
@rgrunber rgrunber added this to the End June 2021 milestone Jun 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants