-
Notifications
You must be signed in to change notification settings - Fork 399
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
Implement exit notification and remove process exit from shutdown #35
Milestone
Comments
mkeller
added a commit
that referenced
this issue
Jul 12, 2016
The shutdown message is currently not processed properly because VS Code prematurely kills the Java Language Server and we don't have a chance to finish the application thread and shut down the workspace. This commit also monitors the parent processId to make sure we shut down when the parent process died.
33b8560 implements part of this, but the shutdown message is currently not processed properly because VS Code prematurely kills the Java Language Server and we don't have a chance to finish the application thread and shut down the workspace. |
Nothing else todo on server opened https://github.com/gorkem/vscode-java/issues/3 to followup on extension |
yaohaizh
pushed a commit
to yaohaizh/eclipse.jdt.ls
that referenced
this issue
Jul 4, 2017
removes an old initialization that caused http.proxyStrictSSL to be always true. fixes eclipse-jdtls#35
fbricon
pushed a commit
to fbricon/eclipse.jdt.ls
that referenced
this issue
Aug 21, 2017
* Support hitCount breakpoint Signed-off-by: Jinbo Wang <jinbwan@microsoft.com> * Convert client source path to uri path * fix review comments * fix String.format
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: