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
On Windows, if I open a Purescript module in Atom, then close Atom, a psc-ide-server process is left behind which I have to kill manually. I've seen more than one of these simultaneously, either as a result of multiple project folders or multiple sessions. Is it possible to have atom terminate the ide process automatically when exiting? I can't find an option in the package settings.
The text was updated successfully, but these errors were encountered:
serin-delaunay
changed the title
atom-ide-server processes not terminated on Windows
psc-ide-server processes not terminated on Windows
Aug 25, 2016
It should do already, and I'm sure it has in the past - it does this by sending a quit command to the server via the normal protocol. I'll need to look if this hasn't been sent, or the process isn't quitting for some reason.
We can look at actually killing if the polite quit doesn't work, but that's a PITA on windows so hopefully not required.
On Windows, if I open a Purescript module in Atom, then close Atom, a psc-ide-server process is left behind which I have to kill manually. I've seen more than one of these simultaneously, either as a result of multiple project folders or multiple sessions. Is it possible to have atom terminate the ide process automatically when exiting? I can't find an option in the package settings.
The text was updated successfully, but these errors were encountered: