-
-
Notifications
You must be signed in to change notification settings - Fork 290
Ionide is a zombie #374
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
Comments
Is it something that's reproducible for you? I can't repro neither on Windows machine nor OSX VM. |
Happens every other day. I tend to close vscode a lot, approximately 10 times an hour, because the code-completion freezes, and sometimes when doing that the process lingers and drains my battery. |
Happened today
|
I have seen this too. I don't have a good reproduction yet, but on my Linux Mint desktop where I've been doing a lot of F# work recently, I noticed high memory usage and ran a
Between @haf's bug report from April 18 and mine, it looks like the Ionide-Paket extension is the most likely one to not terminate properly when VS Code is closed. I can't tell you precisely what I was doing on April 3rd, or 11th, or 17th when I closed VS Code, so this won't be the most useful bug report for tracking down the problem -- but if I notice more details, I'll add them. |
This looks weird - Code should kill all any child process when it's closed (just like any node.js process does). I wonder if problem is not somewhere on paket side - maybe it has something that "locks" the process and makes it not responding to normal kill signals. |
added PR ionide/FsAutoComplete#190 to fix this. |
VSCode isn't running.
The text was updated successfully, but these errors were encountered: