You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed with a588354. See #741 comments.
When VSCode shuts down, extensions are deactivated. Deactivation of an extension has at most 5 (or perhaps less) sec to deactivate. It appears that this time isn't enough for vscode-languageclient to send a shutdown request to the language server process (see microsoft/vscode-languageserver-node#905). Redhat Java extension and XML extensions for VSCode faced exactly the same issue and implemented "parent process watcher" to shut down language server process if its parent shell process goes down after 30 sec timeout. The same has been implemented for Spring language servers (i.e. all Spring VSCode extensions)
Describe the bug
I use remote SSH for Spring/Java development. Overtime there are more than 1 orphan processes left running, even vscode has exited.
To Reproduce
Setup remote SSH development in VSCode. Do regular code development work for few days without restarting the server.
Sample
The text was updated successfully, but these errors were encountered: