-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A few external server/docker improvements (#255)
* Fix lockup when external server not present on startup * Clean up restart command Disposing checks if the server actually needs stopping. Using dispose prevents trying to stop the connection when the underlying socket is already gone. VSCode sends a shutdown command and marks the client as `Stopping`. But Aquiring the connection never resolves or errors resulting in the language server never actually restarting * Offer users to try connecting again for external clients Co-authored-by: Fred Snyder <[email protected]>
- Loading branch information
Showing
2 changed files
with
43 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2ffd03c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is awesome!