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

fix reconnection of native language servers #6205

Merged
merged 2 commits into from
Sep 18, 2019
Merged

fix reconnection of native language servers #6205

merged 2 commits into from
Sep 18, 2019

Commits on Sep 18, 2019

  1. fix #6200: force restart language client contribution on reconnect

    Since restart skips if a server is not running, on reconnection a server has to be restarted forcefully if it was running before.
    
    Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
    akosyakov committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    e1f4c26 View commit details
    Browse the repository at this point in the history
  2. [json] don't wait when a stopped language server is ready

    Timing of resolving `LanguageClient.onReady` promise is changed in never version of `vscode-languageclient`. It could lead to a situation that clients still use `onReady` of a language client before reconnection.
    
    Signed-off-by: Anton Kosyakov <anton.kosyakov@typefox.io>
    akosyakov committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    ea3c27c View commit details
    Browse the repository at this point in the history